From 3e27226635e58599fd8e1a9a1db9cd2f534f0bea Mon Sep 17 00:00:00 2001 From: Igor Date: Thu, 7 Sep 2017 15:12:05 +0300 Subject: [PATCH] Reorder --- .swiftlint.yml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index be42b92..a37b481 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -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