Skip to content

Commit 4936e30

Browse files
committed
fix test
Signed-off-by: Stefan Niederhauser <[email protected]>
1 parent 1ca23c8 commit 4936e30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected FindBugsResult analyzeFindBugs() {
7676
.ignore("UNENCRYPTED_SERVER_SOCKET", "UNENCRYPTED_SOCKET"))
7777
.because("It's ok",
7878
In.loc("Datatype").ignore("NP_BOOLEAN_RETURN_NULL"),
79-
In.locs("BuiltInRasterizer#rasterize","NopRasterizer","PortSource").ignore("NP_NONNULL_RETURN_VIOLATION"),
79+
In.locs("BuiltInRasterizer#rasterize", "NopRasterizer", "PortSource").ignore("NP_NONNULL_RETURN_VIOLATION"),
8080
In.loc("CommandLineExecutor").ignore("DM_DEFAULT_ENCODING"),
8181
In.loc("GraphvizServer").ignore("COMMAND_INJECTION", "CRLF_INJECTION_LOGS"),
8282
In.locs("AbstractGraphvizEngine", "Options", "GraphvizCmdLineEngine", "EngineTest", "SystemUtils", "Renderer").ignore("PATH_TRAVERSAL_IN"),
@@ -118,7 +118,7 @@ protected PmdResult analyzePmd() {
118118
In.locs("MutableGraph", "SerializerImpl", "ParserImpl", "Label", "Graphviz").ignore("GodClass"),
119119
In.locs("ImmutableGraph", "MutableGraph").ignore("ExcessiveMethodLength", "ExcessiveParameterList", "LooseCoupling"),
120120
In.locs("Format", "ImmutableGraph$GraphAttributed").ignore("AccessorMethodGeneration"),
121-
In.locs("AttributeConfigs", "AttributeValidator", "FontTools", "Graphviz").ignore("TooManyStaticImports"),
121+
In.locs("AttributeConfigs", "AttributeValidator", "FontTools", "Graphviz", "GraphvizCmdLineEngine").ignore("TooManyStaticImports"),
122122
In.classes(MutableNode.class, Rasterizer.class).ignore("ConfusingTernary"),
123123
In.clazz(ThrowingFunction.class).ignore("AvoidRethrowingException"),
124124
In.classes(ThrowingFunction.class, ThrowingBiConsumer.class).ignore("SignatureDeclareThrowsException"))

0 commit comments

Comments
 (0)