Skip to content

Commit

Permalink
Remove obsolete rule (Xcode now enforces this)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pospesel authored and mpospese committed Feb 22, 2023
1 parent 54a0df2 commit 7a8bde7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ disabled_rules: # rule identifiers turned on by default to exclude from running
- multiple_closures_with_trailing_closure

opt_in_rules: # some rules are turned off by default, so you need to opt-in
- anyobject_protocol
- contains_over_first_not_nil
- empty_count
- first_where
Expand Down

0 comments on commit 7a8bde7

Please sign in to comment.