Skip to content

Commit fa0a975

Browse files
committed
chore(model): Name a boolean argument
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 7812608 commit fa0a975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/src/main/kotlin/utils/PathLicenseMatcher.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ class PathLicenseMatcher(licenseFilePatterns: LicenseFilePatterns = LicenseFileP
115115
}
116116

117117
private fun createFileMatcher(filenamePatterns: Collection<String>): FileMatcher =
118-
FileMatcher(filenamePatterns.map { "/**/$it" }, true)
118+
FileMatcher(filenamePatterns.map { "/**/$it" }, ignoreCase = true)

0 commit comments

Comments
 (0)