Skip to content

Commit 32372c9

Browse files
committed
Add Checkstyle CovariantEquals
1 parent ed56539 commit 32372c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/conf/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ limitations under the License.
5050
<module name="TreeWalker">
5151
<module name="ArrayTypeStyle" />
5252
<module name="AvoidStarImport" />
53+
<module name="CovariantEquals" />
5354
<module name="ExplicitInitializationCheck" />
5455
<module name="FinalLocalVariable" />
5556
<module name="IllegalImport" />

0 commit comments

Comments
 (0)