HHH-9803 - Checkstyle fix ups

This commit is contained in:
Steve Ebersole 2015-05-16 14:23:34 -05:00
parent 5f73d9277c
commit 42bb59354f
2 changed files with 3 additions and 1 deletions

View File

@ -125,6 +125,9 @@ subprojects { subProject ->
testRuntime( libraries.javassist )
testRuntime( libraries.h2 )
testRuntime( libraries.woodstox )
// 6.6 gave me some NPE problems from within checkstyle...
checkstyle 'com.puppycrawl.tools:checkstyle:6.5'
}
// mac-specific stuff ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -185,7 +185,6 @@
<module name="AbbreviationAsWordInName">
<property name="severity" value="warning" />
<property name="ignoreOverriddenMethod" value="true" />
</module>
<module name="MethodParamPad">