Skip to content

Commit

Permalink
Revert "Add rule to avoid println in code"
Browse files Browse the repository at this point in the history
This reverts commit 367be43.
  • Loading branch information
poovamraj committed Mar 23, 2022
1 parent 367be43 commit 2633a61
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@
<property name="message"
value="Consider using special escape sequence instead of octal value or Unicode escaped value."/>
</module>
<module name="Regexp">
<!-- . matches any character, so we need to escape it and use \. to match dots. -->
<property name="format" value="System\.out\.println"/>
<property name="illegalPattern" value="true"/>
<property name="message" value="Use of System.out.println is not allowed"/>
</module>
<module name="AvoidEscapedUnicodeCharacters">
<property name="allowEscapesForControlCharacters" value="true"/>
<property name="allowByTailComment" value="true"/>
Expand Down

0 comments on commit 2633a61

Please sign in to comment.