Skip to content

Commit 8a5ab5f

Browse files
committed
Add support for the toJsonJavaString method in string plugin.
1 parent b39776a commit 8a5ab5f

File tree

3 files changed

+879
-1
lines changed

3 files changed

+879
-1
lines changed

string-plugin/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<module name="FileLength">
2121
<property name="fileExtensions" value="java"/>
2222
<property name="severity" value="warning"/>
23-
<property name="max" value="2100"/>
23+
<property name="max" value="2600"/>
2424
</module>
2525
<module name="RegexpSingleline">
2626
<property name="format" value="\s+$"/>

0 commit comments

Comments
 (0)