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 a2210c5 commit e8efef0Copy full SHA for e8efef0
qulice-checkstyle/src/main/java/com/qulice/checkstyle/CheckstyleValidator.java
@@ -107,7 +107,7 @@ public List<File> getNonExcludedFiles(final Collection<File> files) {
107
if (this.env.exclude("checkstyle", name)) {
108
continue;
109
}
110
- if (!name.toLowerCase().endsWith(".java")) {
+ if (!name.toLowerCase(java.util.Locale.ROOT).endsWith(".java")) {
111
112
113
relevant.add(file);
0 commit comments