We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c65fc commit 99329fbCopy full SHA for 99329fb
pkg/result/processors/skip_dirs.go
@@ -84,7 +84,6 @@ func (p *SkipDirs) shouldPassIssue(i *result.Issue) bool {
84
85
for _, absArgDir := range p.absArgsDirs {
86
if absArgDir == issueAbsDir {
87
- p.log.Infof("Pass issue in file %s because it's dir was explicitly set in arg %s", i.FilePath(), absArgDir)
88
// we must not skip issues if they are from explicitly set dirs
89
// even if they match skip patterns
90
return true
0 commit comments