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.
2 parents bf279d5 + e8efef0 commit 78fa159Copy full SHA for 78fa159
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.matches("^.*\\.java$")) {
+ if (!name.toLowerCase(java.util.Locale.ROOT).endsWith(".java")) {
111
112
113
relevant.add(file);
0 commit comments