Browse Source

Update codequality/checkstyle.xml

Removing as it appears to no longer be available in the latest version of checkstyle that comes with gradle 1.4
pull/1/head
Greg Orzell 12 years ago committed by Justin Ryan
parent
commit
f5a10c63c5
  1. 1
      codequality/checkstyle.xml

1
codequality/checkstyle.xml

@ -128,7 +128,6 @@
<!-- Checks for common coding problems --> <!-- Checks for common coding problems -->
<!-- See http://checkstyle.sf.net/config_coding.html --> <!-- See http://checkstyle.sf.net/config_coding.html -->
<!-- <module name="AvoidInlineConditionals"/> --> <!-- <module name="AvoidInlineConditionals"/> -->
<module name="DoubleCheckedLocking"/> <!-- MY FAVOURITE -->
<module name="EmptyStatement"/> <module name="EmptyStatement"/>
<module name="EqualsHashCode"/> <module name="EqualsHashCode"/>
<module name="HiddenField"> <module name="HiddenField">

Loading…
Cancel
Save