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
|
2019-02-08 16:05:58 +00:00
|
|
|
- cyclomatic_complexity
|
|
|
|
- file_length
|
|
|
|
- type_body_length
|
|
|
|
- function_body_length
|
|
|
|
- nesting
|
2018-12-12 21:33:14 +00:00
|
|
|
opt_in_rules:
|
2018-12-20 17:22:37 +00:00
|
|
|
- empty_count
|
|
|
|
- empty_string
|
|
|
|
- implicitly_unwrapped_optional
|
|
|
|
- legacy_random
|
|
|
|
- let_var_whitespace
|
|
|
|
- literal_expression_end_indentation
|
|
|
|
- override_in_extension
|
|
|
|
- redundant_type_annotation
|
|
|
|
- toggle_bool
|
2018-12-12 21:33:14 +00:00
|
|
|
- unneeded_parentheses_in_closure_argument
|
2018-12-20 17:22:37 +00:00
|
|
|
- unused_import
|
2019-02-08 16:05:58 +00:00
|
|
|
- trailing_closure
|
2019-03-19 04:26:13 +00:00
|
|
|
identifier_name:
|
2019-02-07 23:44:14 +00:00
|
|
|
min_length:
|
|
|
|
warning: 0
|