We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c94f06 commit 4024351Copy full SHA for 4024351
1 file changed
.swiftlint.yml
@@ -1,10 +1,13 @@
1
+excluded:
2
+ - .build/
3
opt_in_rules:
4
- array_init
5
- block_based_kvo
6
- conditional_returns_on_newline
7
- contains_over_first_not_nil
8
- discouraged_direct_init
9
- discouraged_object_literal
10
+ - discouraged_optional_boolean
11
- explicit_init
12
- fatal_error_message
13
- first_where
0 commit comments