diff --git a/.swiftlint.yml b/.swiftlint.yml index 5c45f3c..656e357 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -1,5 +1,9 @@ disabled_rules: - nesting + - unused_closure_parameter + - closure_parameter_position + - empty_parentheses_with_trailing_closure + - redundant_string_enum_value opt_in_rules: # some rules are only opt-in - empty_count # Find all the available rules by running: @@ -32,7 +36,7 @@ file_length: # naming rules can set warnings/errors for min_length and max_length # additionally they can set excluded names type_name: - min_length: 2 # only warning + min_length: 1 # only warning max_length: # warning and error warning: 40 error: 50