diff --git a/.swiftlint.tests.yml b/.swiftlint.tests.yml index 30eee9b4b2..8ec8efeb37 100644 --- a/.swiftlint.tests.yml +++ b/.swiftlint.tests.yml @@ -6,6 +6,7 @@ disabled_rules: - block_based_kvo - compiler_protocol_init - unused_setter_value + - unused_closure_parameter - line_length - type_name - force_cast @@ -17,6 +18,9 @@ disabled_rules: - trailing_comma - blanket_disable_command - nesting + - type_body_length + - opening_brace + - function_parameter_count opt_in_rules: - file_header @@ -25,9 +29,6 @@ opt_in_rules: file_length: warning: 1800 error: 2000 -type_body_length: - warning: 1000 - error: 1500 large_tuple: warning: 6 error: 10 diff --git a/.swiftlint.yml b/.swiftlint.yml index d49ff0b852..40ef1d7bf3 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -10,6 +10,7 @@ disabled_rules: - function_parameter_count - trailing_comma - nesting + - opening_brace opt_in_rules: - file_header