Skip to content

Commit 350fb13

Browse files
committed
Upgrade version of codenarc
1 parent 7d65162 commit 350fb13

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/codenarc/codenarc.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ruleset {
1414
ClassJavadoc(enabled: false)
1515
SpaceAroundMapEntryColon(enabled: false)
1616
LineLength(enabled: false)
17+
Indentation(enabled: false)
1718
}
1819
ruleset('rulesets/generic.xml')
1920
ruleset('rulesets/groovyism.xml')

config/static-code-analyze.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ tasks.withType(Checkstyle) {
5959
}
6060

6161
codenarc {
62-
toolVersion = '1.0'
62+
toolVersion = '1.2.1'
6363
sourceSets = [sourceSets.test]
6464
configFile = rootProject.file 'config/codenarc/codenarc.groovy'
6565
}

0 commit comments

Comments
 (0)