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 a1601bb commit 0768d2fCopy full SHA for 0768d2f
utils/utils.go
@@ -33,7 +33,7 @@ var (
33
// Exclude pattern for files.
34
DefaultJasExcludePatterns = []string{"**/.git/**", "**/*test*/**", "**/*venv*/**", NodeModulesPattern, "**/target/**", "**/dist/**"}
35
// Exclude pattern for directories.
36
- DefaultScaExcludePatterns = []string{"*.git*", "*node_modules*", "*target*", "*venv*", "*test*", "*dist*"}
+ DefaultScaExcludePatterns = []string{"*.git*", "*node_modules*", "*target*", "*venv*", "*test*", "dist"}
37
)
38
39
const (
0 commit comments