Skip to content

Commit 7e3f589

Browse files
committed
chore: add v2 TODO
1 parent 477679f commit 7e3f589

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkg/result/processors/skip_dirs.go

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ var StdExcludeDirRegexps = []string{
2323

2424
// SkipDirs filters reports based on directory names.
2525
// It uses the shortest relative paths and `path-prefix` option.
26+
// TODO(ldez): should be remove in v2.
2627
type skipStat struct {
2728
pattern string
2829
count int

pkg/result/processors/skip_files.go

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ var _ Processor = (*SkipFiles)(nil)
1313
// SkipFiles filters reports based on filename.
1414
//
1515
// It uses the shortest relative paths and `path-prefix` option.
16+
// TODO(ldez): should be remove in v2.
1617
type SkipFiles struct {
1718
patterns []*regexp.Regexp
1819
pathPrefix string

0 commit comments

Comments
 (0)