🗑️ Get rid of JLine3 and clean up Velocity

This commit is contained in:
Alexander Söderberg 2020-10-07 22:47:10 +02:00 committed by Alexander Söderberg
parent 2aac3980d5
commit 4777831ee6
11 changed files with 164 additions and 342 deletions

View file

@ -100,7 +100,7 @@
<module name="FileLength"/>
<module name="LineLength">
<property name="fileExtensions" value="java"/>
<property name="max" value="130"/>
<property name="max" value="140"/>
</module>
<!-- Checks for whitespace -->