Skip to content

Commit 95c6e8e

Browse files
committed
fix test
Signed-off-by: Stefan Niederhauser <[email protected]>
1 parent 5b3cdcf commit 95c6e8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphviz-java/src/test/java/guru/nidi/graphviz/CodeAnalysisTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ protected FindBugsResult analyzeFindBugs() {
9090
In.loc("JavascriptEngineTest").ignore("PREDICTABLE_RANDOM"),
9191
In.loc("DatatypeTest").ignore("SIC_INNER_SHOULD_BE_STATIC"),
9292
In.loc("SvgElementFinder").ignore("XXE_DOCUMENT"),
93+
In.loc("LinkList").ignore("EQ_DOESNT_OVERRIDE_EQUALS"),
9394
In.loc("Communicator").ignore("RR_NOT_CHECKED"));
9495
return new FindBugsAnalyzer(AnalyzerConfig.maven().mainAndTest(), collector).analyze();
9596
}

0 commit comments

Comments
 (0)