Skip to content

Commit facaa0d

Browse files
committed
Replace disabled_rules with ktlint_disabled_rules
1 parent 26b76aa commit facaa0d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

buildSrc/src/main/kotlin/hazel-module.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,7 @@ spotless {
7878
.setUseExperimental(true)
7979
.editorConfigOverride(mapOf(
8080
"indent_size" to "4",
81-
82-
// Using `ktlint_disabled_rules` doesn't work for some reason! We need to check why
83-
// though, which is tricky. :(
84-
"disabled_rules" to "colon-spacing,annotation-spacing,filename,no-wildcard-imports,argument-list-wrapping",
81+
"ktlint_disabled_rules" to "colon-spacing,annotation-spacing,filename,no-wildcard-imports,argument-list-wrapping",
8582
"ij_kotlin_allow_trailing_comma" to "false",
8683
"ktlint_code_style" to "official",
8784
"no-unused-imports" to "true",

0 commit comments

Comments
 (0)