mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
Add Composable function naming convention
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
22c3c3442d
commit
6b7fc48230
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,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 a new issue