Commit 38db1291 authored by Andy Wilkinson's avatar Andy Wilkinson

Remove checkstyle config made redundant by ee758fa6

Closes gh-21473
parent ee758fa6
...@@ -6,9 +6,6 @@ ...@@ -6,9 +6,6 @@
<module name="SuppressionFilter"> <module name="SuppressionFilter">
<property name="file" value="${config_loc}/checkstyle-suppressions.xml"/> <property name="file" value="${config_loc}/checkstyle-suppressions.xml"/>
</module> </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="io.spring.javaformat.checkstyle.SpringChecks" />
<module name="com.puppycrawl.tools.checkstyle.TreeWalker"> <module name="com.puppycrawl.tools.checkstyle.TreeWalker">
<module name="io.spring.javaformat.checkstyle.check.SpringJUnit5Check" /> <module name="io.spring.javaformat.checkstyle.check.SpringJUnit5Check" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment