Remove checkstyle config made redundant by ee758fa6

Closes gh-21473
This commit is contained in:
Andy Wilkinson 2020-05-15 18:22:13 +01:00
parent ee758fa670
commit 38db129146
1 changed files with 0 additions and 3 deletions

View File

@ -6,9 +6,6 @@
<module name="SuppressionFilter">
<property name="file" value="${config_loc}/checkstyle-suppressions.xml"/>
</module>
<module name="io.spring.nohttp.checkstyle.check.NoHttpCheck">
<property name="whitelistFileName" value="${config_loc}/nohttp-whitelist.txt"/>
</module>
<module name="io.spring.javaformat.checkstyle.SpringChecks" />
<module name="com.puppycrawl.tools.checkstyle.TreeWalker">
<module name="io.spring.javaformat.checkstyle.check.SpringJUnit5Check" />