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 6afc174 commit d6ca7c8Copy full SHA for d6ca7c8
pkg/config/config_test.go
@@ -27,6 +27,7 @@ func TestGetExcludePatterns(t *testing.T) {
27
for _, i := range DefaultExcludePatterns {
28
if i == p {
29
inDefaultExc = true
30
+ break
31
}
32
33
if !inDefaultExc {
0 commit comments