Skip to content

Commit

Permalink
Remove Checkstyle configuration: ktlint fixes most issues automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Oct 21, 2021
1 parent 11c7d1f commit d930008
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1,022 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
kotlin("jvm") version "1.5.31"
id("application")
id("com.github.johnrengelman.shadow") version "7.0.0"
id("checkstyle")
id("com.github.vlsi.gradle-extensions") version "1.74"
id("com.github.autostyle") version "3.1"
}
Expand Down Expand Up @@ -85,10 +84,6 @@ val writeVersion by tasks.registering {

sourceSets.main.get().resources.srcDir(writeVersion)

checkstyle {
config = project.resources.text.fromFile("src/main/checkstyle/ksar-checks.xml", "UTF-8")
}

tasks.jar {
manifest {
attributes(
Expand Down
327 changes: 0 additions & 327 deletions src/main/checkstyle/google-checks.xml

This file was deleted.

Loading

0 comments on commit d930008

Please sign in to comment.