Skip to content

Commit

Permalink
Add workaround checkstyle.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Aug 23, 2022
1 parent 08a3ec0 commit 985c8ec
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/nohttp/checkstyle.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!--
Workaround for https://github.com/spring-io/nohttp/issues/55#issuecomment-1191149821
-->
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
"https://www.puppycrawl.com/dtds/configuration_1_3.dtd">
<module name="Checker">
<property name="charset" value="UTF-8"/>
<property name="fileExtensions" value=""/>
<module name="io.spring.nohttp.checkstyle.check.NoHttpCheck">
<property name="allowlistFileName" value="${config_loc}/allowlist.lines" default=""/>
</module>
<module name="SuppressionFilter">
<property name="file" value="${config_loc}/suppressions.xml" default=""/>
<property name="optional" value="true"/>
</module>
<module name="SuppressWithPlainTextCommentFilter"/>
</module>

0 comments on commit 985c8ec

Please sign in to comment.