Skip to content

Commit

Permalink
remove checkstyle (opensearch-project#2312)
Browse files Browse the repository at this point in the history
Signed-off-by: Jing Zhang <[email protected]>
  • Loading branch information
jngz-es authored Apr 12, 2024
1 parent acfb4a9 commit 79b9dfd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ plugins {
id 'jacoco'
id 'java-library'
id 'com.diffplug.spotless' version '6.23.0'
id 'checkstyle'
}

ext {
Expand All @@ -31,10 +30,6 @@ ext {
noticeFile = rootProject.file('NOTICE')
}

checkstyle {
toolVersion = '10.12.2'
}

lombok {
version = "1.18.30"
}
Expand Down Expand Up @@ -65,8 +60,6 @@ dependencies {
implementation "org.apache.logging.log4j:log4j-slf4j-impl:2.19.0"
testImplementation group: 'commons-io', name: 'commons-io', version: '2.15.1'
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'

checkstyle "com.puppycrawl.tools:checkstyle:${project.checkstyle.toolVersion}"
}

publishing {
Expand Down Expand Up @@ -111,14 +104,12 @@ compileJava {
//TODO: check which one should be enabled
licenseHeaders.enabled = true
testingConventions.enabled = false
checkstyleTest.enabled = false
forbiddenApis.ignoreFailures = false
dependencyLicenses.enabled = false
thirdPartyAudit.enabled = false
forbiddenApisTest.ignoreFailures = true
forbiddenApisMain.ignoreFailures = true
validateNebulaPom.enabled = false
checkstyleMain.enabled = false
loggerUsageCheck.enabled = false

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

0 comments on commit 79b9dfd

Please sign in to comment.