Skip to content

Commit

Permalink
config: remove checkstyle HiddenField rule (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrueckert authored Nov 18, 2023
1 parent c043842 commit 808a5ee
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,6 @@
<module name="EmptyStatement"/>
<!-- Checks that classes that override equals() also override hashCode(). -->
<module name="EqualsHashCode"/>
<!-- Checks that a local variable or a parameter does not shadow a field that is defined in the same class. -->
<module name="HiddenField">
<property name="severity" value="info"/>
<property name="ignoreConstructorParameter" value="true"/>
<property name="ignoreSetter" value="true"/>
<property name="setterCanReturnItsClass" value="true"/>
</module>
<!-- Checks for assignments in subexpressions. -->
<module name="InnerAssignment"/>
<!-- Check for ensuring that for loop control variables are not modified inside the for block. -->
Expand Down

0 comments on commit 808a5ee

Please sign in to comment.