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