Skip to content

Commit e75d47d

Browse files
committed
Disable lint rule for duplicated dictionary keys
1 parent b005895 commit e75d47d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.swiftlint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ disabled_rules:
66
# Type inference of `await try` methods
77
# does not work well in Xcode 13 Beta
88
- implicit_return
9+
# Does not work with URL query literals.
10+
- duplicated_key_in_dictionary_literal
911
excluded:
1012
- Pods
1113
- .build

0 commit comments

Comments
 (0)