MnemonicSwift/.swiftlint.yml

42 lines
876 B
YAML
Raw Normal View History

2018-12-09 09:49:24 -08:00
disabled_rules:
2019-01-27 10:48:56 -08:00
- file_length
- function_parameter_count
- function_body_length
- type_body_length
- xctfail_message
2018-12-09 09:49:24 -08:00
opt_in_rules:
2019-01-27 10:48:56 -08:00
- attributes
- closure_end_indentation
- closure_spacing
2018-12-09 09:49:24 -08:00
- empty_count
2019-01-27 10:48:56 -08:00
- empty_string
- explicit_init
2018-12-09 09:49:24 -08:00
- file_header
2019-01-27 10:48:56 -08:00
- first_where
2019-01-27 10:54:32 -08:00
- force_unwrapping
2019-01-27 10:48:56 -08:00
- implicitly_unwrapped_optional
- literal_expression_end_indentation
- multiline_arguments
- multiline_arguments_brackets
- multiline_literal_brackets
- multiline_parameters
- multiline_parameters_brackets
- multiple_closures_with_trailing_closure
- number_separator
- object_literal
- operator_usage_whitespace
- overridden_super_call
- prohibited_super_call
- redundant_nil_coalescing
- sorted_imports
- trailing_closure
- vertical_parameter_alignment_on_call
2018-12-09 09:49:24 -08:00
excluded:
2019-01-27 10:48:56 -08:00
- Carthage/
- Pods/
2018-12-09 09:49:24 -08:00
identifier_name:
min_length: 1