File tree 2 files changed +0
-8
lines changed
src/ktlint/java/com/diffplug/spotless/glue/ktlint
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,6 @@ dependencies {
96
96
}
97
97
}
98
98
// ktlint
99
- String VER_KTLINT = ' 0.47.1'
100
- ktlintCompileOnly " com.pinterest:ktlint:$VER_KTLINT "
101
- ktlintCompileOnly " com.pinterest.ktlint:ktlint-core:$VER_KTLINT "
102
- ktlintCompileOnly " com.pinterest.ktlint:ktlint-ruleset-experimental:$VER_KTLINT "
103
- ktlintCompileOnly " com.pinterest.ktlint:ktlint-ruleset-standard:$VER_KTLINT "
104
99
compatKtLint0Dot47Dot0CompileOnly ' com.pinterest.ktlint:ktlint-core:0.47.0'
105
100
compatKtLint0Dot47Dot0CompileOnly ' com.pinterest.ktlint:ktlint-ruleset-experimental:0.47.0'
106
101
compatKtLint0Dot47Dot0CompileOnly ' com.pinterest.ktlint:ktlint-ruleset-standard:0.47.0'
Original file line number Diff line number Diff line change 19
19
import java .nio .file .Path ;
20
20
import java .util .Map ;
21
21
22
- import org .jetbrains .annotations .NotNull ;
23
-
24
22
import com .diffplug .spotless .FileSignature ;
25
23
import com .diffplug .spotless .FormatterFunc ;
26
24
import com .diffplug .spotless .glue .ktlint .compat .*;
@@ -29,7 +27,6 @@ public class KtlintFormatterFunc implements FormatterFunc.NeedsFile {
29
27
30
28
private final Map <String , String > userData ;
31
29
private final boolean isScript ;
32
- @ NotNull
33
30
private final KtLintCompatAdapter adapter ;
34
31
private final boolean useExperimental ;
35
32
private final FileSignature editorConfigPath ;
You can’t perform that action at this time.
0 commit comments