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 6a539fc commit 51f0278Copy full SHA for 51f0278
1 file changed
src/test/java/org/htmlunit/CodeStyleTest.java
@@ -128,6 +128,7 @@ private void addAll(final File dir, final List<File> files) throws IOException {
128
for (final File child : children) {
129
if (child.isDirectory()
130
&& !".git".equals(child.getName())
131
+ && !"brotli".equals(child.getName())
132
&& !("test".equals(dir.getName()) && "resources".equals(child.getName()))) {
133
addAll(child, files);
134
}
0 commit comments