-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy path.swiftlint.yml
More file actions
43 lines (40 loc) · 781 Bytes
/
Copy path.swiftlint.yml
File metadata and controls
43 lines (40 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
identifier_name:
min_length: 2
excluded:
- x
- T
large_tuple:
- 3
type_name:
excluded:
- T
line_length: 150
file_length: 500
number_separator:
minimum_length: 5
disabled_rules:
- todo
private_outlet:
allow_private_set: true
opt_in_rules:
- closure_spacing
- conditional_returns_on_newline
- empty_count
- explicit_init
- overridden_super_call
- redundant_nil_coalescing
- nimble_operator
- closure_end_indentation
- first_where
- attributes
- operator_usage_whitespace
- prohibited_super_call
- number_separator
- object_literal
- fatal_error_message
- private_outlet
- implicit_return
- multiline_parameters
- vertical_parameter_alignment_on_call
- unneeded_parentheses_in_closure_argument
# - trailing_closure // false positive