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 7d65162 commit 350fb13Copy full SHA for 350fb13
config/codenarc/codenarc.groovy
@@ -14,6 +14,7 @@ ruleset {
14
ClassJavadoc(enabled: false)
15
SpaceAroundMapEntryColon(enabled: false)
16
LineLength(enabled: false)
17
+ Indentation(enabled: false)
18
}
19
ruleset('rulesets/generic.xml')
20
ruleset('rulesets/groovyism.xml')
config/static-code-analyze.gradle
@@ -59,7 +59,7 @@ tasks.withType(Checkstyle) {
59
60
61
codenarc {
62
- toolVersion = '1.0'
+ toolVersion = '1.2.1'
63
sourceSets = [sourceSets.test]
64
configFile = rootProject.file 'config/codenarc/codenarc.groovy'
65
0 commit comments