-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.swiftlint.yml
More file actions
62 lines (52 loc) · 865 Bytes
/
Copy path.swiftlint.yml
File metadata and controls
62 lines (52 loc) · 865 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
included:
- Ditto
- DittoKeyboard
- DittoTests
excluded:
- Ditto/Ditto.xcdatamodeld
disabled_rules:
- trailing_comma
- opening_brace
- todo
opt_in_rules:
- empty_count
- closure_spacing
- contains_over_first_not_nil
- discouraged_object_literal
- empty_string
- first_where
- modifier_order
- overridden_super_call
- private_action
- private_outlet
- redundant_nil_coalescing
- sorted_first_last
- unowned_variable_capture
- vertical_whitespace_closing_braces
line_length:
warning: 150
error: 200
type_body_length:
warning: 400
error: 500
file_length:
warning: 500
error: 700
function_body_length:
warning: 60
error: 100
identifier_name:
min_length:
warning: 1
excluded:
- i
- id
- x
- y
- w
- h
- p
nesting:
type_level: 2
function_level: 3
reporter: xcode