You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
568 B
13 lines
568 B
<!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"/> |
|
</module> |
|
<module name="SuppressionFilter"> |
|
<property name="file" value="${config_loc}/suppressions.xml"/> |
|
</module> |
|
<module name="SuppressWithPlainTextCommentFilter"/> |
|
</module>
|
|
|