Skip to content

Commit 36dd39b

Browse files
committed
Remove DoubleCheckedLocking check from Checkstyle config
The DoubleCheckedLocking check is not supported by Checkstyle 5.6 which is the default version used in Gradle 1.4. Also see http://checkstyle.sourceforge.net/releasenotes.html#Release_5.6 for the release notes of Checkstyle 5.6.
1 parent d70a029 commit 36dd39b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codequality/checkstyle.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@
128128
<!-- Checks for common coding problems -->
129129
<!-- See http://checkstyle.sf.net/config_coding.html -->
130130
<!-- <module name="AvoidInlineConditionals"/> -->
131-
<module name="DoubleCheckedLocking"/> <!-- MY FAVOURITE -->
132131
<module name="EmptyStatement"/>
133132
<module name="EqualsHashCode"/>
134133
<module name="HiddenField">

0 commit comments

Comments
 (0)