We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b005895 commit e75d47dCopy full SHA for e75d47d
1 file changed
.swiftlint.yml
@@ -6,6 +6,8 @@ disabled_rules:
6
# Type inference of `await try` methods
7
# does not work well in Xcode 13 Beta
8
- implicit_return
9
+ # Does not work with URL query literals.
10
+ - duplicated_key_in_dictionary_literal
11
excluded:
12
- Pods
13
- .build
0 commit comments