Skip to content

Commit

Permalink
Update SwiftLint config for 0.52.2
Browse files Browse the repository at this point in the history
  • Loading branch information
file-sync-app[bot] committed May 22, 2023
1 parent a778337 commit 64f93cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Updated for 0.50.3
# Updated for 0.52.2

excluded:
- ".build"
Expand Down Expand Up @@ -99,6 +99,9 @@ opt_in_rules:
- shorthand_optional_binding
- direct_return
- period_spacing
- superfluous_else
- redundant_self_in_closure
- unhandled_throwing_task

disabled_rules:
- trailing_comma
Expand Down

0 comments on commit 64f93cf

Please sign in to comment.