-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.swiftlint.yml
40 lines (40 loc) · 946 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:
- todo
- force_try
- force_cast
private_outlet:
allow_private_set: true
opt_in_rules:
- closure_spacing
- conditional_returns_on_newline
- empty_count
- explicit_init
- overridden_super_call
- redundant_nil_coalescing
- nimble_operator
- closure_end_indentation
- first_where
- attributes
- operator_usage_whitespace
- prohibited_super_call
- number_separator
- object_literal
- fatal_error_message
- private_outlet
- implicit_return
- multiline_parameters
- vertical_parameter_alignment_on_call
- unneeded_parentheses_in_closure_argument
- joined_default_parameter
- pattern_matching_keywords
- array_init
- contains_over_first_not_nil
- let_var_whitespace
- literal_expression_end_indentation
- multiline_arguments
# - quick_discouraged_call
- quick_discouraged_focused_test
- quick_discouraged_pending_test
- sorted_first_last
- strict_fileprivate
# - trailing_closure // false positive