forked from IBAnimatable/IBAnimatable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.swiftlint.yml
44 lines (44 loc) · 1007 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
line_length:
warning: 150
ignores_comments: true
file_length: 500
number_separator:
minimum_length: 5
large_tuple:
warning: 3
disabled_rules:
- todo
- identifier_name
- function_body_length
- cyclomatic_complexity
- type_name
- pattern_matching_keywords
- multiple_closures_with_trailing_closure
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
# - trailing_closure // false positive