forked from xpring-eng/XpringKit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.swiftlint.yml
41 lines (39 loc) · 910 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
disabled_rules:
- file_length
- function_parameter_count
- function_body_length
- nesting
- type_body_length
- xctfail_message
opt_in_rules:
- attributes
- closure_end_indentation
- closure_spacing
- empty_count
- empty_string
- explicit_init
- file_header
- first_where
- force_unwrapping
- implicitly_unwrapped_optional
- literal_expression_end_indentation
- multiline_arguments
- multiline_arguments_brackets
- multiline_literal_brackets
- multiline_parameters
- multiline_parameters_brackets
- multiple_closures_with_trailing_closure
- no_extension_access_modifier
- number_separator
- object_literal
- operator_usage_whitespace
- overridden_super_call
- prohibited_super_call
- redundant_nil_coalescing
- sorted_imports
- trailing_closure
- vertical_parameter_alignment_on_call
excluded:
- Carthage/
- Pods/
- XpringKit/generated/