Detekt ComplexMethod has been renamed to CyclomaticComplexMethod

This commit is contained in:
Benoit Marty 2022-11-24 10:58:42 +01:00
parent 544c554444
commit 3dccad9931
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ complexity:
active: false active: false
LongParameterList: LongParameterList:
active: false active: false
ComplexMethod: CyclomaticComplexMethod:
active: false active: false
NestedBlockDepth: NestedBlockDepth:
active: false active: false