Browse Source

Merge branch '2.3.x' into 2.4.x

Closes gh-26175
pull/26435/head
Andy Wilkinson 5 years ago
parent
commit
be99f386a8
  1. 4
      src/nohttp/checkstyle.xml

4
src/nohttp/checkstyle.xml

@ -4,10 +4,10 @@ @@ -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