Skip to content

Commit

Permalink
remove checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
chikamura committed Jun 25, 2024
1 parent aea2e30 commit d9486f6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 250 deletions.
14 changes: 0 additions & 14 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id "java"
id "maven-publish"
id "checkstyle"
id "org.embulk.embulk-plugins" version "0.5.5"
id "com.palantir.git-version" version "0.13.0"
id "com.diffplug.spotless" version "5.15.0"
Expand Down Expand Up @@ -63,19 +62,6 @@ clean {
delete 'default_jdbc_driver'
}

checkstyle {
configFile = file("${project.rootDir}/config/checkstyle/checkstyle.xml")
toolVersion = '6.14.1'
}
checkstyleMain {
configFile = file("${project.rootDir}/config/checkstyle/default.xml")
ignoreFailures = true
}
checkstyleTest {
configFile = file("${project.rootDir}/config/checkstyle/default.xml")
ignoreFailures = true
}

gem {
from("LICENSE.txt")
authors = [ "" ]
Expand Down
128 changes: 0 additions & 128 deletions config/checkstyle/checkstyle.xml

This file was deleted.

108 changes: 0 additions & 108 deletions config/checkstyle/default.xml

This file was deleted.

0 comments on commit d9486f6

Please sign in to comment.