Skip to content

Commit 56151b0

Browse files
committed
Add Checstyle CovariantEquals
1 parent 2e4d5a2 commit 56151b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/conf/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ limitations under the License.
4343
<module name="TreeWalker">
4444
<module name="ArrayTypeStyle" />
4545
<module name="AvoidStarImport" />
46+
<module name="CovariantEquals" />
4647
<module name="ExplicitInitializationCheck" />
4748
<module name="FinalLocalVariable" />
4849
<module name="FinalParameters" />

0 commit comments

Comments
 (0)