Fix complexity
This commit is contained in:
parent
33594c4aa5
commit
cd4616e963
|
|
@ -40,6 +40,9 @@ excluded:
|
|||
|
||||
line_length: 128
|
||||
|
||||
cyclomatic_complexity:
|
||||
ignores_case_statements: true
|
||||
|
||||
type_body_length:
|
||||
- 500 # warning
|
||||
- 700 # error
|
||||
|
|
|
|||
Loading…
Reference in New Issue