dev: remove extra logging in skip dirs processor
This commit is contained in:
parent
09c65fcf42
commit
99329fb637
@ -84,7 +84,6 @@ func (p *SkipDirs) shouldPassIssue(i *result.Issue) bool {
|
|||||||
|
|
||||||
for _, absArgDir := range p.absArgsDirs {
|
for _, absArgDir := range p.absArgsDirs {
|
||||||
if absArgDir == issueAbsDir {
|
if absArgDir == issueAbsDir {
|
||||||
p.log.Infof("Pass issue in file %s because it's dir was explicitly set in arg %s", i.FilePath(), absArgDir)
|
|
||||||
// we must not skip issues if they are from explicitly set dirs
|
// we must not skip issues if they are from explicitly set dirs
|
||||||
// even if they match skip patterns
|
// even if they match skip patterns
|
||||||
return true
|
return true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user