Skip to content

Commit 79b9dfd

Browse files
authored
remove checkstyle (#2312)
Signed-off-by: Jing Zhang <jngz@amazon.com>
1 parent acfb4a9 commit 79b9dfd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

plugin/build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ plugins {
1414
id 'jacoco'
1515
id 'java-library'
1616
id 'com.diffplug.spotless' version '6.23.0'
17-
id 'checkstyle'
1817
}
1918

2019
ext {
@@ -31,10 +30,6 @@ ext {
3130
noticeFile = rootProject.file('NOTICE')
3231
}
3332

34-
checkstyle {
35-
toolVersion = '10.12.2'
36-
}
37-
3833
lombok {
3934
version = "1.18.30"
4035
}
@@ -65,8 +60,6 @@ dependencies {
6560
implementation "org.apache.logging.log4j:log4j-slf4j-impl:2.19.0"
6661
testImplementation group: 'commons-io', name: 'commons-io', version: '2.15.1'
6762
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'
68-
69-
checkstyle "com.puppycrawl.tools:checkstyle:${project.checkstyle.toolVersion}"
7063
}
7164

7265
publishing {
@@ -111,14 +104,12 @@ compileJava {
111104
//TODO: check which one should be enabled
112105
licenseHeaders.enabled = true
113106
testingConventions.enabled = false
114-
checkstyleTest.enabled = false
115107
forbiddenApis.ignoreFailures = false
116108
dependencyLicenses.enabled = false
117109
thirdPartyAudit.enabled = false
118110
forbiddenApisTest.ignoreFailures = true
119111
forbiddenApisMain.ignoreFailures = true
120112
validateNebulaPom.enabled = false
121-
checkstyleMain.enabled = false
122113
loggerUsageCheck.enabled = false
123114

124115
def _numNodes = findProperty('numNodes') as Integer ?: 1

0 commit comments

Comments
 (0)