We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4579bd3 commit 947c514Copy full SHA for 947c514
src/conf/checkstyle/checkstyle.xml
@@ -78,6 +78,7 @@ limitations under the License.
78
<module name="SimplifyBooleanReturn" />
79
<module name="StringLiteralEquality" />
80
<module name="SuperClone" />
81
+ <module name="SuperFinalize" />
82
<module name="UnusedImports" />
83
<module name="UpperEll" />
84
<module name="WhitespaceAfter" />
0 commit comments