Fix complexity

This commit is contained in:
Igor Kislyuk 2017-11-23 00:17:58 +03:00
parent 33594c4aa5
commit cd4616e963
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ excluded:
line_length: 128
cyclomatic_complexity:
ignores_case_statements: true
type_body_length:
- 500 # warning
- 700 # error