Merge branch 'pmd/new-rule-9' into 'master'

Ref: add new static analyser rule: category/java/bestpractices.xml/MissingOverride

See merge request sheepitrenderfarm/client!322
This commit is contained in:
Laurent Clouet
2024-06-07 14:30:24 +00:00
11 changed files with 15 additions and 12 deletions

View File

@@ -14,6 +14,7 @@
<rule ref="category/java/bestpractices.xml/AbstractClassWithoutAbstractMethod" />
<rule ref="category/java/bestpractices.xml/AvoidUsingHardCodedIP" />
<rule ref="category/java/bestpractices.xml/CheckResultSet" />
<rule ref="category/java/bestpractices.xml/MissingOverride" />
<rule ref="category/java/bestpractices.xml/OneDeclarationPerLine" />
<rule ref="category/java/bestpractices.xml/PrimitiveWrapperInstantiation" />
<rule ref="category/java/bestpractices.xml/UnusedFormalParameter" />