Make maven and gradle share checkstyle configuration

This commit is contained in:
thomasperkins1123 2024-02-14 01:56:03 +00:00 committed by Dave Syer
parent da1c93d367
commit a2f1ad5503
4 changed files with 13 additions and 13 deletions

View file

@ -4,4 +4,7 @@
"https://checkstyle.org/dtds/configuration_1_2.dtd">
<module name="com.puppycrawl.tools.checkstyle.Checker">
<module name="io.spring.nohttp.checkstyle.check.NoHttpCheck"/>
<module name="SuppressionFilter">
<property name="file" value="${config_loc}/nohttp-checkstyle-suppressions.xml"/>
</module>
</module>