We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7772f5 commit 94f8d6aCopy full SHA for 94f8d6a
pkg/result/processors/exclude.go
@@ -42,6 +42,8 @@ type ExcludeCaseSensitive struct {
42
*Exclude
43
}
44
45
+var _ Processor = ExcludeCaseSensitive{}
46
+
47
func NewExcludeCaseSensitive(pattern string) *ExcludeCaseSensitive {
48
var patternRe *regexp.Regexp
49
if pattern != "" {
0 commit comments