project: Update checkstyle (#1710)

This commit is contained in:
Owain van Brakel
2019-10-03 22:11:24 +02:00
committed by Ganom
parent e3d02ffbdb
commit 97df39c5d8
4 changed files with 8 additions and 5 deletions

View File

@@ -28,8 +28,8 @@
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
"https://checkstyle.org/dtds/configuration_1_3.dtd">
<module name="Checker">
<module name="SuppressionCommentFilter"/>
<module name="TreeWalker">
<module name="SuppressionCommentFilter"/>
<module name="LeftCurly">
<property name="option" value="nl"/>
</module>