Skip to content

Commit

Permalink
chore: update checkstyle configuration
Browse files Browse the repository at this point in the history
Change severity to warning
  • Loading branch information
miurahr committed Mar 23, 2024
1 parent 0aaeaab commit 39f1cca
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,23 +189,18 @@
<property name="severity" value="warning"/>
</module>
<module name="ParenPad"/>
<module name="TypecastParenPad">
<property name="severity" value="error"/>
</module>
<module name="TypecastParenPad"/>
<module name="WhitespaceAfter"/>
<module name="WhitespaceAround">
<property name="allowEmptyConstructors" value="true"/>
<property name="allowEmptyMethods" value="true"/>
<property name="severity" value="error"/>
</module>

<!-- Modifier Checks -->
<!-- See http://checkstyle.sf.net/config_modifiers.html -->
<module name="ModifierOrder">
<property name="severity" value="error"/>
</module>
<module name="RedundantModifier">
<property name="severity" value="error"/>
</module>

<!-- Checks for blocks. You know, those {}'s -->
Expand Down

0 comments on commit 39f1cca

Please sign in to comment.