Skip to content

Commit 99329fb

Browse files
committed
dev: remove extra logging in skip dirs processor
1 parent 09c65fc commit 99329fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/result/processors/skip_dirs.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ func (p *SkipDirs) shouldPassIssue(i *result.Issue) bool {
8484

8585
for _, absArgDir := range p.absArgsDirs {
8686
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)
8887
// we must not skip issues if they are from explicitly set dirs
8988
// even if they match skip patterns
9089
return true

0 commit comments

Comments
 (0)