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 ca6d8c5 commit adeca50Copy full SHA for adeca50
sevntu-checks/src/test/java/com/github/sevntu/checkstyle/internal/ChecksTest.java
@@ -85,7 +85,7 @@ public void verifyTestConfigurationFiles() throws Exception {
85
validateEclipseCsMetaXmlFile(
86
new File(getEclipseCsPath(packageName
87
+ "/checkstyle-metadata.xml")), packageName, new HashSet<>(
88
- pkgModules));
+ pkgModules));
89
90
validateEclipseCsMetaPropFile(new File(getEclipseCsPath(packageName
91
+ "/checkstyle-metadata.properties")), packageName, new HashSet<>(pkgModules));
0 commit comments