Browse Source

Remove checkstyle config made redundant by ee758fa6

Closes gh-21473
pull/21481/head
Andy Wilkinson 6 years ago
parent
commit
38db129146
  1. 3
      src/checkstyle/checkstyle.xml

3
src/checkstyle/checkstyle.xml

@ -6,9 +6,6 @@ @@ -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" />

Loading…
Cancel
Save