We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3a7bd commit a14ae14Copy full SHA for a14ae14
ios/.swiftlint.yml
@@ -8,6 +8,7 @@ disabled_rules:
8
- opening_brace # Differs from Google swift guidelines enforced by swiftformat
9
- trailing_comma
10
- switch_case_alignment # Enables expressions such as [return switch location {}]
11
+ - orphaned_doc_comment
12
opt_in_rules:
13
- empty_count
14
0 commit comments