Skip to content

Commit 0784b7c

Browse files
committed
Checkstyle removed
1 parent 1f7aad6 commit 0784b7c

File tree

2 files changed

+0
-171
lines changed

2 files changed

+0
-171
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ if (version.endsWith('-SNAPSHOT')) {
3232

3333
subprojects {
3434
apply plugin: 'java-library'
35-
apply plugin: 'checkstyle'
3635
apply plugin: "com.github.spotbugs"
3736
apply plugin: 'jacoco'
3837
apply plugin: 'maven-publish'
@@ -72,11 +71,6 @@ subprojects {
7271
mavenCentral()
7372
}
7473

75-
checkstyle {
76-
toolVersion = '8.29'
77-
configFile = file("../config/checkstyle/checkstyle.xml")
78-
}
79-
8074
spotbugs {
8175
excludeFilter = file("../config/spotbugs/spotbugs-exclude.xml")
8276
}

config/checkstyle/checkstyle.xml

Lines changed: 0 additions & 165 deletions
This file was deleted.

0 commit comments

Comments
 (0)