forked from n.nasr/skills
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.
19 lines
797 B
19 lines
797 B
<?xml version="1.0"?>
|
|
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
|
|
"https://www.puppycrawl.com/dtds/configuration_1_3.dtd">
|
|
<module name="Checker">
|
|
|
|
<!-- Configure checker to use UTF-8 encoding -->
|
|
<property name="charset" value="UTF-8"/>
|
|
<!-- Configure checker to run on files with these extensions -->
|
|
<property name="fileExtensions" value=""/>
|
|
<!-- For detailed checkstyle configuration, see https://github.com/spring-io/nohttp/tree/master/nohttp-checkstyle -->
|
|
<module name="io.spring.nohttp.checkstyle.check.NoHttpCheck">
|
|
</module>
|
|
<!-- Allow suppression with comments
|
|
// CHECKSTYLE:OFF
|
|
... ignored content ...
|
|
// CHECKSTYLE:ON
|
|
-->
|
|
<module name="SuppressWithPlainTextCommentFilter"/>
|
|
</module>
|