lib/ignore, lib/scanner: Catch included items below ignored ones (#4811)
This commit is contained in:
@@ -87,6 +87,7 @@ type Usage struct {
|
||||
|
||||
type Matcher interface {
|
||||
ShouldIgnore(name string) bool
|
||||
SkipIgnoredDirs() bool
|
||||
}
|
||||
|
||||
type MatchResult interface {
|
||||
|
||||
Reference in New Issue
Block a user