Merge pull request #23 from TouchInstinct/fix/switch-complexity

Fix complexity
This commit is contained in:
Igor Kislyuk 2017-11-23 00:53:47 +03:00 committed by GitHub
commit 0c11df8c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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