Merge branch '2.3.x' into 2.4.x

Closes gh-26175
This commit is contained in:
Andy Wilkinson 2021-04-20 15:47:38 +01:00
commit be99f386a8

View File

@ -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>