Skip to content

Commit

Permalink
style(checkstyle): disable checks for trailing whitespace #4
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Jul 22, 2021
1 parent e7044d1 commit 75e0bd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,14 @@

<!-- Miscellaneous other checks. -->
<!-- See https://checkstyle.org/config_misc.html -->
<!--
<module name="RegexpSingleline">
<property name="format" value="\s+$"/>
<property name="minimum" value="0"/>
<property name="maximum" value="10"/>
<property name="message" value="Line has trailing spaces."/>
</module>
-->

<!-- Checks for Headers -->
<!-- See https://checkstyle.org/config_header.html -->
Expand Down

0 comments on commit 75e0bd2

Please sign in to comment.