forked from bcylin/QuickTableViewController
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.swiftlint.yml
40 lines (40 loc) · 873 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
disabled_rules:
- cyclomatic_complexity
- force_cast
- function_body_length
- identifier_name
- implicit_return
- line_length
- vertical_whitespace
opt_in_rules:
- closure_end_indentation
- closure_spacing
- conditional_returns_on_newline
- empty_count
- explicit_init
- explicit_top_level_acl
- fatal_error_message
- first_where
- implicitly_unwrapped_optional
- let_var_whitespace
- multiline_parameters
- nimble_operator
- number_separator
- object_literal
- operator_usage_whitespace
- overridden_super_call
- private_outlet
- prohibited_super_call
- redundant_nil_coalescing
- unneeded_parentheses_in_closure_argument
- vertical_parameter_alignment_on_call
included:
- "Example-iOS"
- "Example-iOSUITests"
- "Example-tvOS"
- "Example-tvOSUITests"
- "Source"
- "Tests"
excluded:
- Carthage
- Pods