Skip to content

Commit

Permalink
Update swiftlint config for 0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nef10 committed Sep 28, 2023
1 parent 9343f1d commit 0f02f20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Updated for 0.52.2
# Updated for 0.53.0

excluded:
- ".build"
Expand Down Expand Up @@ -102,6 +102,7 @@ opt_in_rules:
- superfluous_else
- redundant_self_in_closure
- unhandled_throwing_task
- private_swiftui_state

disabled_rules:
- trailing_comma
Expand Down

0 comments on commit 0f02f20

Please sign in to comment.