Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

Commit

Permalink
[#6] Set a stricter Checkstyle configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
peransin-obeo committed Oct 21, 2021
1 parent a49f372 commit a80103d
Show file tree
Hide file tree
Showing 7 changed files with 549 additions and 654 deletions.
354 changes: 0 additions & 354 deletions parent/preferences/CheckstyleConfiguration-strict.xml

This file was deleted.

4 changes: 2 additions & 2 deletions parent/preferences/CheckstyleConfiguration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<property name="severity" value="error"/>
</module>
<module name="InnerAssignment">
<property name="severity" value="warning"/>
<property name="severity" value="error"/>
</module>
<module name="MagicNumber">
<property name="severity" value="ignore"/>
Expand Down Expand Up @@ -227,7 +227,7 @@
<property name="severity" value="error"/>
</module>
<module name="ParameterAssignment">
<property name="severity" value="warning"/>
<property name="severity" value="error"/>
</module>
<module name="ReturnCount">
<property name="severity" value="warning"/>
Expand Down
Loading

0 comments on commit a80103d

Please sign in to comment.