We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a217492 commit c9bf018Copy full SHA for c9bf018
.githooks/pre-commit
@@ -12,3 +12,6 @@ if ! ./gradlew spotlessCheck; then
12
echo ""
13
exit 1
14
fi
15
+
16
+# Run Groovy code check
17
+./gradlew codenarcTest -PskipTests
gradle/codenarc.gradle
@@ -1,7 +1,7 @@
1
apply plugin: "codenarc"
2
3
dependencies {
4
- codenarc 'org.codenarc:CodeNarc:1.5'
+ codenarc 'org.codenarc:CodeNarc:2.2.0'
5
// if the groovy transitive dependencies are upgraded, this may not be pulled
6
codenarc 'org.codehaus.groovy:groovy-templates'
7
}
0 commit comments