We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1443b59 + 74d3dee commit a8b002fCopy full SHA for a8b002f
BuildTools/.swiftlint.yml
@@ -9,14 +9,14 @@ disabled_rules: # Rule identifiers to exclude from running
9
- trailing_comma
10
- todo
11
- nesting
12
+ - explicit_init
13
opt_in_rules:
14
- block_based_kvo
15
- class_delegate_protocol
16
- contains_over_first_not_nil
17
- convenience_type
18
- empty_count
19
- empty_string
- - explicit_init
20
- fallthrough
21
- fatal_error_message
22
- first_where
@@ -72,8 +72,8 @@ file_length:
72
warning: 660
73
error: 1320
74
function_body_length:
75
- warning: 60
76
- error: 90
+ warning: 150
+ error: 200
77
type_body_length:
78
warning: 400
79
error: 500
0 commit comments