mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05: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/**']
|
excludes: ['**/androidTest/**']
|
||||||
LongParameterList:
|
LongParameterList:
|
||||||
active: true
|
active: true
|
||||||
functionThreshold: 6
|
functionThreshold: 7
|
||||||
constructorThreshold: 6
|
constructorThreshold: 6
|
||||||
ignoreDefaultParameters: false
|
ignoreDefaultParameters: false
|
||||||
MethodOverloading:
|
MethodOverloading:
|
||||||
|
|
Loading…
Reference in a new issue