We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f15a04 commit 571bd17Copy full SHA for 571bd17
1 file changed
config/checkstyle/checkstyle.xml
@@ -6,6 +6,7 @@
6
<module name="Checker">
7
<module name="LineLength">
8
<property name="max" value="140"/>
9
+ <property name="ignorePattern" value="^.*".*".*$"/>
10
</module>
11
<property name="charset" value="UTF-8"/>
12
<property name="severity" value="error"/>
0 commit comments