We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f73d92 commit 42bb593Copy full SHA for 42bb593
build.gradle
@@ -125,6 +125,9 @@ subprojects { subProject ->
125
testRuntime( libraries.javassist )
126
testRuntime( libraries.h2 )
127
testRuntime( libraries.woodstox )
128
+
129
+ // 6.6 gave me some NPE problems from within checkstyle...
130
+ checkstyle 'com.puppycrawl.tools:checkstyle:6.5'
131
}
132
133
// mac-specific stuff ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
shared/config/checkstyle/checkstyle.xml
@@ -185,7 +185,6 @@
185
186
<module name="AbbreviationAsWordInName">
187
<property name="severity" value="warning" />
188
- <property name="ignoreOverriddenMethod" value="true" />
189
</module>
190
191
<module name="MethodParamPad">
0 commit comments