Skip to content

Commit 4024351

Browse files
committed
Enable new swiftlint rule and exclude .build directory from linting
1 parent 0c94f06 commit 4024351

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.swiftlint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
excluded:
2+
- .build/
13
opt_in_rules:
24
- array_init
35
- block_based_kvo
46
- conditional_returns_on_newline
57
- contains_over_first_not_nil
68
- discouraged_direct_init
79
- discouraged_object_literal
10+
- discouraged_optional_boolean
811
- explicit_init
912
- fatal_error_message
1013
- first_where

0 commit comments

Comments
 (0)