Skip to content

Commit 571bd17

Browse files
committed
checkstyle.xml - ignore string line lenght
1 parent 7f15a04 commit 571bd17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<module name="Checker">
77
<module name="LineLength">
88
<property name="max" value="140"/>
9+
<property name="ignorePattern" value="^.*&quot;.*&quot;.*$"/>
910
</module>
1011
<property name="charset" value="UTF-8"/>
1112
<property name="severity" value="error"/>

0 commit comments

Comments
 (0)