Revert "project: Update checkstyle (#1710)"

This reverts commit 97df39c5d8.
This commit is contained in:
Owain van Brakel
2019-10-04 03:48:51 +02:00
parent 2ed949506e
commit 71ed8abb1f
4 changed files with 5 additions and 8 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>