Skip to content

Commit a8b002f

Browse files
authored
Merge pull request #261 from WeTransfer/fix/improve-linting-rules
fix: relax rules
2 parents 1443b59 + 74d3dee commit a8b002f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BuildTools/.swiftlint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ disabled_rules: # Rule identifiers to exclude from running
99
- trailing_comma
1010
- todo
1111
- nesting
12+
- explicit_init
1213
opt_in_rules:
1314
- block_based_kvo
1415
- class_delegate_protocol
1516
- contains_over_first_not_nil
1617
- convenience_type
1718
- empty_count
1819
- empty_string
19-
- explicit_init
2020
- fallthrough
2121
- fatal_error_message
2222
- first_where
@@ -72,8 +72,8 @@ file_length:
7272
warning: 660
7373
error: 1320
7474
function_body_length:
75-
warning: 60
76-
error: 90
75+
warning: 150
76+
error: 200
7777
type_body_length:
7878
warning: 400
7979
error: 500

0 commit comments

Comments
 (0)