Reorder
This commit is contained in:
parent
cd53001457
commit
3e27226635
|
|
@ -1,27 +1,39 @@
|
|||
disabled_rules:
|
||||
- identifier_name
|
||||
opt_in_rules:
|
||||
- private_outlet
|
||||
- closure_spacing
|
||||
- closure_end_indentation
|
||||
- conditional_returns_on_newline
|
||||
|
||||
- empty_count
|
||||
- explicit_init
|
||||
- extension_access_modifier
|
||||
|
||||
- fatal_error_message
|
||||
- file_header
|
||||
- first_where
|
||||
- force_unwrapping
|
||||
|
||||
- implicit_return
|
||||
- identifier_name
|
||||
|
||||
- let_var_whitespace
|
||||
|
||||
- multiline_parameters
|
||||
|
||||
- nimble_operator - discuss
|
||||
- conditional_returns_on_newline
|
||||
- number_separator
|
||||
|
||||
- object_literal
|
||||
- overridden_super_call
|
||||
|
||||
- private_outlet
|
||||
- prohibited_super_call
|
||||
|
||||
- redundant_nil_coalescing
|
||||
|
||||
- unneeded_parentheses_in_closure_argument
|
||||
|
||||
- vertical_parameter_alignment_on_call
|
||||
excluded:
|
||||
- Carthage
|
||||
|
|
@ -35,9 +47,6 @@ type_body_length:
|
|||
file_length:
|
||||
warning: 500
|
||||
error: 1200
|
||||
identifier_name:
|
||||
min_length:
|
||||
error: 4
|
||||
function_parameter_count:
|
||||
error: 5
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue