Skip to content

Commit

Permalink
Proposed checkstyle change: remove \r check
Browse files Browse the repository at this point in the history
Signed-off-by: John Dimeo <dimeo@elderresearch.com>
  • Loading branch information
jdimeo committed Jun 1, 2020
1 parent 10e80cc commit 3c67801
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions checkstyle-configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,4 @@
<property name="format" value="\n\n\n" />
<property name="message" value="Extra newline." />
</module>

<module name="RegexpMultiline">
<property name="format" value="\r" />
<property name="message" value="Carriage return." />
</module>
</module>

0 comments on commit 3c67801

Please sign in to comment.