Skip to content

Commit 059a094

Browse files
committed
checkstyle.xml: add 3 modules
1 parent 4341c2e commit 059a094

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

config/checkstyle/checkstyle.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
<property name="id" value="AnnotationLocationVariables"/>
6262
<property name="tokens" value="VARIABLE_DEF"/>
6363
</module>
64+
<module name="AnnotationUseStyle"/>
65+
<module name="MissingDeprecated"/>
6466

6567
<!-- Checks for blocks: -->
6668
<!-- See https://checkstyle.org/checks/blocks -->
@@ -104,6 +106,7 @@
104106
<!-- See https://checkstyle.org/checks/coding -->
105107
<module name="AvoidDoubleBraceInitialization"/>
106108
<module name="AvoidNoArgumentSuperConstructorCall"/>
109+
<module name="CovariantEquals"/>
107110
<module name="DefaultComesLast"/>
108111
<module name="EmptyStatement"/>
109112
<module name="EqualsHashCode"/>

0 commit comments

Comments
 (0)