We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4341c2e commit 059a094Copy full SHA for 059a094
1 file changed
config/checkstyle/checkstyle.xml
@@ -61,6 +61,8 @@
61
<property name="id" value="AnnotationLocationVariables"/>
62
<property name="tokens" value="VARIABLE_DEF"/>
63
</module>
64
+ <module name="AnnotationUseStyle"/>
65
+ <module name="MissingDeprecated"/>
66
67
<!-- Checks for blocks: -->
68
<!-- See https://checkstyle.org/checks/blocks -->
@@ -104,6 +106,7 @@
104
106
<!-- See https://checkstyle.org/checks/coding -->
105
107
<module name="AvoidDoubleBraceInitialization"/>
108
<module name="AvoidNoArgumentSuperConstructorCall"/>
109
+ <module name="CovariantEquals"/>
110
<module name="DefaultComesLast"/>
111
<module name="EmptyStatement"/>
112
<module name="EqualsHashCode"/>
0 commit comments