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 356139c commit fb605e5Copy full SHA for fb605e5
pmd-ruleset.xml
@@ -7,6 +7,7 @@
7
8
<description>HtmlUnit rules</description>
9
<exclude-pattern>.*/src/test/resources/.*</exclude-pattern>
10
+ <exclude-pattern>.*/src/main/java/org/htmlunit/util/brotli/.*</exclude-pattern>
11
12
<rule ref="category/java/codestyle.xml/UnnecessaryFullyQualifiedName">
13
<properties>
spotbugs-exclude.xml
@@ -7,4 +7,9 @@
<Bug pattern="EI_EXPOSE_REP2"/>
<Bug pattern="CT_CONSTRUCTOR_THROW"/>
+
+ <!-- Exclude org.htmlunit.util.brotli package -->
+ <Match>
+ <Package name="org.htmlunit.util.brotli"/>
14
+ </Match>
15
</FindBugsFilter>
0 commit comments