Skip to content

Commit

Permalink
Remove ExcessiveMethodLength rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Mar 30, 2024
1 parent d32d748 commit 24d7de8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion etc/pmd-java-configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
<exclude name="AvoidUncheckedExceptionsInSignatures"/>
<exclude name="ClassWithOnlyPrivateConstructorsShouldBeFinal"/>
<exclude name="ExcessiveImports"/>
<exclude name="ExcessiveMethodLength"/>
<exclude name="ExcessiveParameterList"/>
<exclude name="FinalFieldCouldBeStatic"/>
<exclude name="LawOfDemeter"/>
Expand Down
1 change: 0 additions & 1 deletion etc/pmd-tests-configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
<exclude name="ClassWithOnlyPrivateConstructorsShouldBeFinal"/>
<exclude name="DataClass"/>
<exclude name="ExcessiveImports"/>
<exclude name="ExcessiveMethodLength"/>
<exclude name="ExcessiveParameterList"/>
<exclude name="FinalFieldCouldBeStatic"/>
<exclude name="LawOfDemeter"/>
Expand Down

0 comments on commit 24d7de8

Please sign in to comment.