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

3 years ago
  1. <?xml version="1.0"?>
  2. <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
  3. "https://www.puppycrawl.com/dtds/configuration_1_3.dtd">
  4. <module name="Checker">
  5. <!-- Configure checker to use UTF-8 encoding -->
  6. <property name="charset" value="UTF-8"/>
  7. <!-- Configure checker to run on files with these extensions -->
  8. <property name="fileExtensions" value=""/>
  9. <!-- For detailed checkstyle configuration, see https://github.com/spring-io/nohttp/tree/master/nohttp-checkstyle -->
  10. <module name="io.spring.nohttp.checkstyle.check.NoHttpCheck">
  11. </module>
  12. <!-- Allow suppression with comments
  13. // CHECKSTYLE:OFF
  14. ... ignored content ...
  15. // CHECKSTYLE:ON
  16. -->
  17. <module name="SuppressWithPlainTextCommentFilter"/>
  18. </module>