Skip to content

Commit aa774b1

Browse files
Remove unused checkstyle linter. (#731) (#733)
(cherry picked from commit 11b829d) Signed-off-by: Finn Carroll <carrofin@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a410a86 commit aa774b1

File tree

2 files changed

+0
-142
lines changed

2 files changed

+0
-142
lines changed

build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ buildscript {
4444
plugins {
4545
id "de.undercouch.download" version "5.3.0"
4646
id 'com.netflix.nebula.ospackage' version "11.10.0"
47-
id 'checkstyle'
4847
id "com.diffplug.spotless" version "6.25.0"
4948
}
5049

@@ -63,12 +62,6 @@ apply plugin: 'opensearch.rest-test'
6362
apply plugin: 'opensearch.pluginzip'
6463
apply from: 'gradle/formatting.gradle'
6564

66-
67-
checkstyle {
68-
toolVersion = '10.12.1'
69-
configFile file("checkstyle/checkstyle.xml")
70-
}
71-
7265
def usingRemoteCluster = System.properties.containsKey('tests.rest.cluster') || System.properties.containsKey('tests.cluster')
7366
def usingMultiNode = project.properties.containsKey('numNodes')
7467
// Only apply jacoco test coverage if we are running a local single node cluster
@@ -153,7 +146,6 @@ dependencies {
153146
configurations.all {
154147
resolutionStrategy {
155148
force "com.google.guava:guava:32.1.3-jre"
156-
force "com.puppycrawl.tools:checkstyle:${project.checkstyle.toolVersion}"
157149
}
158150
}
159151
}

checkstyle/checkstyle.xml

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

0 commit comments

Comments
 (0)