Checkstyle and friends

This commit is contained in:
Andrew Steinborn
2021-06-27 21:18:52 -04:00
parent 254e8f1a1e
commit 1f7d14f6d1
4 changed files with 29 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
<property name="allowNonPrintableEscapes" value="true"/>
</module>
<module name="LineLength">
<property name="max" value="100"/>
<property name="max" value="120"/>
<property name="ignorePattern"
value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
</module>