Skip to content

Commit 907234c

Browse files
committedDec 27, 2018
#867 line legth set to 100 chars
1 parent a524e2f commit 907234c

File tree

1 file changed

+1
-1
lines changed
  • qulice-checkstyle/src/main/resources/com/qulice/checkstyle

1 file changed

+1
-1
lines changed
 

‎qulice-checkstyle/src/main/resources/com/qulice/checkstyle/checks.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
<property name="max" value="20"/>
370370
</module>
371371
<module name="LineLength">
372-
<property name="max" value="80"/>
372+
<property name="max" value="100"/>
373373
<property name="ignorePattern" value="^import .*$|^\s+\*\s.*https?:\/\/.+"/>
374374
</module>
375375
<module name="AnonInnerLength" />

0 commit comments

Comments
 (0)