mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-18 21:18:15 +00:00
change functionPattern to support composable functions and ktlintFormat
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
715017d65f
commit
78a55c016f
@ -278,7 +278,7 @@ naming:
|
||||
minimumFunctionNameLength: 3
|
||||
FunctionNaming:
|
||||
active: true
|
||||
functionPattern: '^([a-z$][a-zA-Z$0-9]*)|(`.*`)$'
|
||||
functionPattern: '^([a-z$A-Z][a-zA-Z$0-9]*)|(`.*`)$'
|
||||
excludeClassPattern: '$^'
|
||||
ignoreOverridden: true
|
||||
excludes:
|
||||
|
Loading…
Reference in New Issue
Block a user