-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.swiftlint.yml
More file actions
49 lines (43 loc) · 930 Bytes
/
Copy path.swiftlint.yml
File metadata and controls
49 lines (43 loc) · 930 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
disabled_rules:
- line_length
- file_length
- non_optional_string_data_conversion
- type_body_length
- type_name
- identifier_name
- opening_brace
- function_body_length
included:
- platforms/swift/Sources
- platforms/swift/Tests
excluded:
- platforms/swift/Samples
- platforms/swift/Sources/ShopifyCheckoutKit/Models.swift
- protocol/languages/swift/Sources/ShopifyCheckoutProtocol/Generated
opt_in_rules:
- array_init
- collection_alignment
- comma_inheritance
- convenience_type
- closure_spacing
- direct_return
- empty_count
- empty_string
- fatal_error_message
- first_where
- identical_operands
- indentation_width
- joined_default_parameter
- modifier_order
- overridden_super_call
- toggle_bool
- switch_case_alignment:
indented_cases: false
- fallthrough
nesting:
type_level:
warning: 2
large_tuple:
warning: 3
error: 4
reporter: "xcode"