Skip to content

Commit

Permalink
Deactivate checkstyle line ending rule (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed Dec 1, 2022
1 parent 877e281 commit be6e954
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/maven/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ page at http://checkstyle.sourceforge.net/config.html -->
<!-- Checks that there are no tab characters in the file. -->
</module>

<module name="NewlineAtEndOfFile">
<!-- windows can use \n\r vs \n, so enforce the most used one ie UNIx style -->
<property name="lineSeparator" value="lf" />
</module>

<module name="RegexpSingleline">
<!-- Checks that TODOs don't have stuff in parenthesis, e.g., username. -->
<property name="format" value="((//.*)|(\*.*))TODO\(" />
Expand Down

0 comments on commit be6e954

Please sign in to comment.