mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-06 13:45:06 -04:00
chore(ktlint): ignore function naming for composables (#2502)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
@@ -282,6 +282,9 @@ spotless {
|
||||
target("src/*/kotlin/**/*.kt", "src/*/java/**/*.kt")
|
||||
targetExclude("**/build/**/*.kt")
|
||||
ktlint()
|
||||
.editorConfigOverride(
|
||||
mapOf("ktlint_function_naming_ignore_when_annotated_with" to "Composable")
|
||||
)
|
||||
ktfmt().kotlinlangStyle()
|
||||
licenseHeaderFile(rootProject.file("config/copyright.txt"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user