-
Notifications
You must be signed in to change notification settings - Fork 8
/
.swiftlint.yml
48 lines (44 loc) · 985 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
included:
- Sources
- Tests
excluded:
- Sources/Conduit/Auth/Vendor
line_length: 160
statement_position:
statement_mode: uncuddled_else
type_name:
min_length: 3
max_length: 60
identifier_name:
min_length: 3
max_length: 60
disabled_rules:
- duplicate_enum_cases
opt_in_rules:
- attributes
- closure_end_indentation
- closure_spacing
- conditional_returns_on_newline
- empty_count
- fatal_error_message
- first_where
- force_unwrapping
- joined_default_parameter
- let_var_whitespace
- nimble_operator
- no_extension_access_modifier
- number_separator
- object_literal
- operator_usage_whitespace
- overridden_super_call
- pattern_matching_keywords
- private_outlet
- prohibited_super_call
- quick_discouraged_call
- redundant_nil_coalescing
- single_test_class
- strict_fileprivate
- switch_case_on_newline
- trailing_closure
- unneeded_parentheses_in_closure_argument
- vertical_parameter_alignment_on_call