Skip to content

Commit 8a37c87

Browse files
committed
chore: move comment
1 parent 627bb4f commit 8a37c87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/result/processors/skip_dirs.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ var StdExcludeDirRegexps = []string{
2121
normalizePathRegex("builtin"),
2222
}
2323

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.
2724
type skipStat struct {
2825
pattern string
2926
count int
3027
}
3128

29+
// SkipDirs filters reports based on directory names.
30+
// It uses the shortest relative paths and `path-prefix` option.
31+
// TODO(ldez): should be removed in v2.
3232
type SkipDirs struct {
3333
patterns []*regexp.Regexp
3434
pathPrefix string

0 commit comments

Comments
 (0)