Skip to content

Commit c21d33e

Browse files
committed
Merge pull request Netflix#6 from joschi/checkstyle-config
Remove DoubleCheckedLocking check from Checkstyle config
2 parents d70a029 + 36dd39b commit c21d33e

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)