HHH-9803 - Checkstyle fix ups
This commit is contained in:
parent
5f73d9277c
commit
42bb59354f
|
@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -185,7 +185,6 @@
|
|||
|
||||
<module name="AbbreviationAsWordInName">
|
||||
<property name="severity" value="warning" />
|
||||
<property name="ignoreOverriddenMethod" value="true" />
|
||||
</module>
|
||||
|
||||
<module name="MethodParamPad">
|
||||
|
|
Loading…
Reference in New Issue