Skip to content

Commit 9e88533

Browse files
author
Vincent Potucek
committed
MissingOverride
1 parent 5cb3efe commit 9e88533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/config/checkstyle/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd">
66
<description>Programmatic approach to maintain code quality on large scale.</description>
7-
<rule ref="category/java/bestpractices.xml/MissingOverride" />
7+
<!-- <rule ref="category/java/bestpractices.xml/MissingOverride" />-->
88
<!-- <rule ref="category/java/bestpractices.xml/UnusedAssignment" />-->
99
<!-- <rule ref="category/java/bestpractices.xml/UnusedFormalParameter" />-->
1010
<!-- <rule ref="category/java/bestpractices.xml/UnusedLocalVariable" />-->

0 commit comments

Comments
 (0)