Skip to content

Commit 67cc9af

Browse files
committed
Add Checkstyle CovariantEquals
1 parent d176630 commit 67cc9af

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
@@ -36,6 +36,7 @@ limitations under the License.
3636
</module>
3737
<module name="TreeWalker">
3838
<module name="AvoidStarImport" />
39+
<module name="CovariantEquals" />
3940
<module name="FinalLocalVariable" />
4041
<module name="ImportOrder">
4142
<property name="option" value="top"/>

0 commit comments

Comments
 (0)