Skip to content

Commit

Permalink
Disable a new swiftlint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Mar 31, 2023
1 parent 946893e commit d54aff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ identifier_name:
- pk
- to
disabled_rules:
- blanket_disable_command
- block_based_kvo
# SwiftLint considers 'Realm' and 'Realm.Private' to be duplicate imports
# because we're using submodules in an unsual way, and normally the parent
Expand Down

0 comments on commit d54aff8

Please sign in to comment.