We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6721b4d commit dd5e321Copy full SHA for dd5e321
1 file changed
.swiftlint.yml
@@ -5,6 +5,7 @@ disabled_rules: # rule identifiers to exclude from running
5
- todo
6
- unused_capture_list
7
- trailing_whitespace
8
+ - void_return
9
opt_in_rules: # some rules are only opt-in
10
- array_init
11
# Prefer using Array(seq) over seq.map { $0 } to convert a sequence into an Array.
0 commit comments