Skip to content

Commit

Permalink
Update swiftlint config for 0.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nef10 authored Oct 20, 2024
1 parent 0f02f20 commit 2a05fee
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
@@ -1,4 +1,4 @@
# Updated for 0.53.0
# Updated for 0.57.0

excluded:
- ".build"
Expand Down Expand Up @@ -103,6 +103,10 @@ opt_in_rules:
- redundant_self_in_closure
- unhandled_throwing_task
- private_swiftui_state
- final_test_case
- prefer_key_path
- no_empty_block
- unused_parameter

disabled_rules:
- trailing_comma
Expand Down

0 comments on commit 2a05fee

Please sign in to comment.