Rename nohttp whitelist to allowlist

See gh-26264
This commit is contained in:
dreis2211
2021-04-28 07:39:47 +02:00
committed by Andy Wilkinson
parent 912c82e50d
commit 9b1b47ae5d
3 changed files with 2 additions and 2 deletions

View File

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