Skip to content

Commit d465110

Browse files
committed
Remove Kotlinter
1 parent e00c63d commit d465110

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

.githooks/pre-commit

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
#!/bin/bash
33
echo "Running spotless check"
44
./gradlew spotlessApply
5-
./gradlew formatKotlin
65
git add `git diff --name-only --cached`
76
exit 0

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ plugins {
3232
id 'org.jetbrains.dokka'
3333
id 'com.osacky.fulladle'
3434
id 'org.jetbrains.kotlin.android' apply false
35-
id 'org.jmailen.kotlinter' apply false
3635
id 'com.google.devtools.ksp' apply false
3736
id 'com.diffplug.spotless' apply false
3837
}

code-formatting.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
apply plugin: 'com.diffplug.spotless'
2-
apply plugin: 'org.jmailen.kotlinter'
32

43
spotless {
54
java {
@@ -16,11 +15,3 @@ spotless {
1615
trimTrailingWhitespace()
1716
}
1817
}
19-
20-
kotlinter {
21-
disabledRules = ['no-wildcard-imports', 'filename', 'package-name', 'annotation-spacing']
22-
}
23-
24-
tasks.register('code_format_checks') {
25-
dependsOn 'spotlessCheck', 'lintKotlin'
26-
}

versions.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ plugin.com.osacky.fulladle=0.17.4
1717

1818
plugin.org.jetbrains.kotlin=1.9.24
1919

20-
plugin.org.jmailen.kotlinter=3.12.0
21-
2220
plugin.com.google.devtools.ksp=1.9.24-1.0.20
2321

2422
plugin.com.diffplug.spotless=6.1.2

0 commit comments

Comments
 (0)