We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477679f commit 7e3f589Copy full SHA for 7e3f589
pkg/result/processors/skip_dirs.go
@@ -23,6 +23,7 @@ var StdExcludeDirRegexps = []string{
23
24
// SkipDirs filters reports based on directory names.
25
// It uses the shortest relative paths and `path-prefix` option.
26
+// TODO(ldez): should be remove in v2.
27
type skipStat struct {
28
pattern string
29
count int
pkg/result/processors/skip_files.go
@@ -13,6 +13,7 @@ var _ Processor = (*SkipFiles)(nil)
13
// SkipFiles filters reports based on filename.
14
//
15
16
17
type SkipFiles struct {
18
patterns []*regexp.Regexp
19
pathPrefix string
0 commit comments