Skip to content

Commit 99a32ec

Browse files
committed
Remove Checkstyle configuration: ktlint fixes most issues automatically
1 parent 52b680f commit 99a32ec

File tree

5 files changed

+0
-1022
lines changed

5 files changed

+0
-1022
lines changed

build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ plugins {
33
kotlin("jvm") version "1.5.31"
44
id("application")
55
id("com.github.johnrengelman.shadow") version "7.0.0"
6-
id("checkstyle")
76
id("com.github.vlsi.gradle-extensions") version "1.74"
87
id("com.github.autostyle") version "3.1"
98
}
@@ -85,10 +84,6 @@ val writeVersion by tasks.registering {
8584

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

88-
checkstyle {
89-
config = project.resources.text.fromFile("src/main/checkstyle/ksar-checks.xml", "UTF-8")
90-
}
91-
9287
tasks.jar {
9388
manifest {
9489
attributes(

src/main/checkstyle/google-checks.xml

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

0 commit comments

Comments
 (0)