Skip to content

Commit 59bc0f1

Browse files
committed
chore: Silence PMD warning.
1 parent 7699eef commit 59bc0f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

module/jsonurl-core/src/main/java/org/jsonurl/text/JsonUrlTextAppender.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ private static boolean contains(
463463
"PMD.CyclomaticComplexity",
464464
"PMD.NPathComplexity",
465465
"PMD.CognitiveComplexity",
466+
"PMD.ExcessiveMethodLength",
466467
"java:S3776"
467468
})
468469
private static <T extends Appendable> boolean appendLiteral(

0 commit comments

Comments
 (0)