We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627bb4f commit 8a37c87Copy full SHA for 8a37c87
pkg/result/processors/skip_dirs.go
@@ -21,14 +21,14 @@ var StdExcludeDirRegexps = []string{
21
normalizePathRegex("builtin"),
22
}
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 removed in v2.
27
type skipStat struct {
28
pattern string
29
count int
30
31
+// SkipDirs filters reports based on directory names.
+// It uses the shortest relative paths and `path-prefix` option.
+// TODO(ldez): should be removed in v2.
32
type SkipDirs struct {
33
patterns []*regexp.Regexp
34
pathPrefix string
0 commit comments