-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.swiftlint.yml
53 lines (48 loc) · 1023 Bytes
/
.swiftlint.yml
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
opt_in_rules:
- closure_end_indentation
- closure_spacing
- empty_count
- fatal_error_message
- first_where
- joined_default_parameter
- literal_expression_end_indentation
- multiline_arguments
- multiline_parameters
- operator_usage_whitespace
- overridden_super_call
- pattern_matching_keywords
- prohibited_super_call
- redundant_nil_coalescing
- sorted_first_last
- switch_case_on_newline
- trailing_closure
- unneeded_parentheses_in_closure_argument
- vertical_parameter_alignment_on_call
- yoda_condition
- file_name
- function_default_parameter_at_end
- fallthrough
- array_init
- contains_over_first_not_nil
disabled_rules:
- function_body_length
- file_length
- type_body_length
- function_parameter_count
- nested_types
excluded:
- Carthage
- fastlane
- CoreTests
- AmbidexterTests
- Ambidexter.playground
identifier_name:
excluded:
- id
- on
- to
- qr
- x
- y
file_name:
excluded: ["HttpData+Payments.swift"]