Ignore property-naming and discouraged-comment-location

pull/1094/head
lihenggui 7 months ago
parent 0490e014f6
commit ff599eac37

@ -38,6 +38,8 @@ rootProject {
ktlint(ktlintVersion).editorConfigOverride(
mapOf(
"android" to "true",
"ktlint_standard_property-naming" to "disabled",
"ktlint_standard_discouraged-comment-location" to "disabled",
),
)
licenseHeaderFile(rootProject.file("spotless/copyright.kt"))

Loading…
Cancel
Save