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 5b3cdcf commit 95c6e8eCopy full SHA for 95c6e8e
graphviz-java/src/test/java/guru/nidi/graphviz/CodeAnalysisTest.java
@@ -90,6 +90,7 @@ protected FindBugsResult analyzeFindBugs() {
90
In.loc("JavascriptEngineTest").ignore("PREDICTABLE_RANDOM"),
91
In.loc("DatatypeTest").ignore("SIC_INNER_SHOULD_BE_STATIC"),
92
In.loc("SvgElementFinder").ignore("XXE_DOCUMENT"),
93
+ In.loc("LinkList").ignore("EQ_DOESNT_OVERRIDE_EQUALS"),
94
In.loc("Communicator").ignore("RR_NOT_CHECKED"));
95
return new FindBugsAnalyzer(AnalyzerConfig.maven().mainAndTest(), collector).analyze();
96
}
0 commit comments