Merge pull request #23 from TouchInstinct/fix/switch-complexity
Fix complexity
This commit is contained in:
commit
0c11df8c96
|
|
@ -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