Skip to content

Commit 42bb593

Browse files
committed
HHH-9803 - Checkstyle fix ups
1 parent 5f73d92 commit 42bb593

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ subprojects { subProject ->
125125
testRuntime( libraries.javassist )
126126
testRuntime( libraries.h2 )
127127
testRuntime( libraries.woodstox )
128+
129+
// 6.6 gave me some NPE problems from within checkstyle...
130+
checkstyle 'com.puppycrawl.tools:checkstyle:6.5'
128131
}
129132

130133
// mac-specific stuff ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

shared/config/checkstyle/checkstyle.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@
185185

186186
<module name="AbbreviationAsWordInName">
187187
<property name="severity" value="warning" />
188-
<property name="ignoreOverriddenMethod" value="true" />
189188
</module>
190189

191190
<module name="MethodParamPad">

0 commit comments

Comments
 (0)