Skip to content

Commit

Permalink
Supress checkstyle checks within text blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
martint committed Aug 11, 2023
1 parent 5d55c13 commit 883d207
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
"http://checkstyle.sourceforge.net/dtds/configuration_1_3.dtd">
<module name="Checker">
<module name="SuppressWithPlainTextCommentFilter">
<property name="offCommentFormat" value='"""'/>
<property name="onCommentFormat" value='"""'/>
</module>

<module name="FileTabCharacter" />
<module name="NewlineAtEndOfFile">
<property name="lineSeparator" value="lf" />
Expand Down

0 comments on commit 883d207

Please sign in to comment.