We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3ca72 commit c7e17c4Copy full SHA for c7e17c4
config/build/checkstyle.xml
@@ -87,9 +87,6 @@ Standard checks
87
<metadata name="com.atlassw.tools.eclipse.checkstyle.comment" value="Do not enforce this. We want to allow inline conditionals"/>
88
<property name="severity" value="ignore"/>
89
</module>
90
- <module name="DoubleCheckedLocking">
91
- <property name="severity" value="error"/>
92
- </module>
93
<module name="EmptyStatement">
94
<property name="severity" value="error"/>
95
0 commit comments