RxSwift/.swiftlint.yml

39 lines
773 B
YAML
Raw Normal View History

2019-01-05 19:09:14 +03:00
included:
2019-01-06 09:32:45 +03:00
- RxSwift
- RxCocoa
- RxTest
- RxBlocking
opt_in_rules:
- overridden_super_call
- private_outlet
- prohibited_super_call
- first_where
- closure_spacing
- unneeded_parentheses_in_closure_argument
- redundant_nil_coalescing
- pattern_matching_keywords
- explicit_init
- contains_over_first_not_nil
2019-01-05 19:09:14 +03:00
disabled_rules:
- line_length
- trailing_whitespace
- type_name
2019-01-06 09:32:45 +03:00
- identifier_name
- vertical_whitespace
- trailing_newline
- opening_brace
- large_tuple
- file_length
- comma
- colon
- private_over_fileprivate
- force_cast
- force_try
- function_parameter_count
- statement_position
- legacy_hashing
- todo
- operator_whitespace
- type_body_length
- function_body_length
- cyclomatic_complexity