We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa2cfbf + e1ae134 commit 361afa1Copy full SHA for 361afa1
check/checkfunctions/library.go
@@ -60,7 +60,7 @@ func MisspelledLibraryPropertiesFileName() (result checkresult.Type, output stri
60
}
61
directoryListing.FilterOutDirs()
62
63
- path, found := containsMisspelledPathBaseName(directoryListing, "library.properties", "(?i)^librar(y)|(ie)s?[.-_]?propert(y)|(ie)s?$")
+ path, found := containsMisspelledPathBaseName(directoryListing, "library.properties", "(?i)^librar((y)|(ie))s?[.-_]?propert((y)|(ie))s?$")
64
if found {
65
return checkresult.Fail, path.String()
66
0 commit comments