Merge pull request #26264 from dreis2211

* gh-26264:
  Rename nohttp whitelist to allowlist

Closes gh-26264
This commit is contained in:
Andy Wilkinson 2021-04-28 12:27:53 +01:00
commit e4d93b3624
3 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ description = "Spring Boot Build"
defaultTasks 'build'
nohttp {
whitelistFile = project.file("src/nohttp/whitelist.lines")
allowlistFile = project.file("src/nohttp/allowlist.lines")
source.exclude "**/bin/**"
source.exclude "**/build/**"
source.exclude "**/out/**"

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"/>