Skip to content

Commit

Permalink
Disable lint rule for duplicated dictionary keys
Browse files Browse the repository at this point in the history
  • Loading branch information
mkj-is committed Sep 20, 2021
1 parent b005895 commit e75d47d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ disabled_rules:
# Type inference of `await try` methods
# does not work well in Xcode 13 Beta
- implicit_return
# Does not work with URL query literals.
- duplicated_key_in_dictionary_literal
excluded:
- Pods
- .build
Expand Down

0 comments on commit e75d47d

Please sign in to comment.