Merge branch '2.4.x'

Closes gh-26176
pull/26188/head
Andy Wilkinson 4 years ago
commit d1164c63f9

@ -4,10 +4,10 @@
<property name="charset" value="UTF-8"/>
<property name="fileExtensions" value=""/>
<module name="io.spring.nohttp.checkstyle.check.NoHttpCheck">
<property name="whitelistFileName" value="src/nohttp/whitelist.lines"/>
<property name="whitelistFileName" value="${config_loc}/whitelist.lines"/>
</module>
<module name="SuppressionFilter">
<property name="file" value="src/nohttp/suppressions.xml"/>
<property name="file" value="${config_loc}/suppressions.xml"/>
</module>
<module name="SuppressWithPlainTextCommentFilter"/>
</module>

Loading…
Cancel
Save