Skip to content

Commit 1c75d14

Browse files
fix inclusion=exclusion (#298)
1 parent 3eb6802 commit 1c75d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/scan/scan.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var commitName string
2424
var generateCommitName bool
2525
var debug bool
2626
var exclusions = file.Exclusions()
27-
var inclusions = file.Exclusions()
27+
var inclusions []string
2828
var integrationName string
2929
var jsonFilePath string
3030
var minFingerprintContentLength int

0 commit comments

Comments
 (0)