Skip to content

Commit

Permalink
Excluded some new rules from the latest swiftlint release
Browse files Browse the repository at this point in the history
  • Loading branch information
mildm8nnered committed Aug 7, 2024
1 parent f5b9f01 commit a627097
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ disabled_rules:
- no_magic_numbers
- prefixed_toplevel_constant
- untyped_error_in_catch

- contrasted_opening_brace
- unused_parameter
- no_empty_block
- prefer_key_path

closure_body_length:
warning: 50
error: 100
Expand Down

0 comments on commit a627097

Please sign in to comment.