checkstyle: remove suppressions

These are not used anymore
This commit is contained in:
Adam
2021-12-25 14:12:38 -05:00
parent 055f5c2d2b
commit faf5ce7a7d
2 changed files with 0 additions and 35 deletions

View File

@@ -56,7 +56,4 @@
<property name="format" value="else[ \t]*[\r\n]+[ \t]*if"/>
<property name="message" value="Newline should not be between else and if"/>
</module>
<module name="SuppressionFilter">
<property name="file" value="suppressions.xml"/>
</module>
</module>