Skip to content

Commit d9486f6

Browse files
committed
remove checkstyle
1 parent aea2e30 commit d9486f6

File tree

3 files changed

+0
-250
lines changed

3 files changed

+0
-250
lines changed

build.gradle

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
plugins {
22
id "java"
33
id "maven-publish"
4-
id "checkstyle"
54
id "org.embulk.embulk-plugins" version "0.5.5"
65
id "com.palantir.git-version" version "0.13.0"
76
id "com.diffplug.spotless" version "5.15.0"
@@ -63,19 +62,6 @@ clean {
6362
delete 'default_jdbc_driver'
6463
}
6564

66-
checkstyle {
67-
configFile = file("${project.rootDir}/config/checkstyle/checkstyle.xml")
68-
toolVersion = '6.14.1'
69-
}
70-
checkstyleMain {
71-
configFile = file("${project.rootDir}/config/checkstyle/default.xml")
72-
ignoreFailures = true
73-
}
74-
checkstyleTest {
75-
configFile = file("${project.rootDir}/config/checkstyle/default.xml")
76-
ignoreFailures = true
77-
}
78-
7965
gem {
8066
from("LICENSE.txt")
8167
authors = [ "" ]

config/checkstyle/checkstyle.xml

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

config/checkstyle/default.xml

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

0 commit comments

Comments
 (0)