2018-12-12 17:40:57 +00:00
|
|
|
disabled_rules:
|
|
|
|
- line_length
|
2018-12-12 21:33:14 +00:00
|
|
|
- trailing_whitespace
|
2018-12-13 03:09:52 +00:00
|
|
|
- todo
|
2018-12-12 21:33:14 +00:00
|
|
|
opt_in_rules:
|
|
|
|
- unneeded_parentheses_in_closure_argument
|
|
|
|
# - trailing_closure
|
2018-12-12 17:40:57 +00:00
|
|
|
file_length:
|
|
|
|
warning: 500
|
|
|
|
cyclomatic_complexity:
|
|
|
|
warning: 10
|
|
|
|
error: 25
|
2018-12-13 18:58:50 +00:00
|
|
|
function_body_length:
|
|
|
|
warning: 45
|