We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb3efe commit 9e88533Copy full SHA for 9e88533
gradle/config/checkstyle/ruleset.xml
@@ -4,7 +4,7 @@
4
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd">
6
<description>Programmatic approach to maintain code quality on large scale.</description>
7
- <rule ref="category/java/bestpractices.xml/MissingOverride" />
+<!-- <rule ref="category/java/bestpractices.xml/MissingOverride" />-->
8
<!-- <rule ref="category/java/bestpractices.xml/UnusedAssignment" />-->
9
<!-- <rule ref="category/java/bestpractices.xml/UnusedFormalParameter" />-->
10
<!-- <rule ref="category/java/bestpractices.xml/UnusedLocalVariable" />-->
0 commit comments