mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
bump function parameter threshold
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
050cd94418
commit
fcf21d9362
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ complexity:
|
|||
excludes: ['**/androidTest/**']
|
||||
LongParameterList:
|
||||
active: true
|
||||
functionThreshold: 6
|
||||
functionThreshold: 7
|
||||
constructorThreshold: 6
|
||||
ignoreDefaultParameters: false
|
||||
MethodOverloading:
|
||||
|
|
Loading…
Reference in a new issue