-
Notifications
You must be signed in to change notification settings - Fork 50
/
.swiftlint.yml
54 lines (54 loc) · 1.03 KB
/
.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
49
50
51
52
53
54
excluded:
- Sources/HAP/Base/
- Sources/VaporHTTP/
disabled_rules:
- function_body_length
- private_over_fileprivate
- todo
opt_in_rules:
- array_init
- attributes
- closure_spacing
- closure_end_indentation
- conditional_returns_on_newline
- contains_over_first_not_nil
- empty_count
- explicit_init
- fatal_error_message
- first_where
- implicit_return
- joined_default_parameter
- literal_expression_end_indentation
- multiline_arguments
- multiline_parameters
- multiple_closures_with_trailing_closure
- no_grouping_extension
- operator_usage_whitespace
- operator_whitespace
- redundant_nil_coalescing
- required_enum_case
- single_test_class
- sorted_first_last
- sorted_imports
- unneeded_parentheses_in_closure_argument
- vertical_parameter_alignment_on_call
- yoda_condition
included:
- Sources
- Tests
identifier_name:
excluded:
- ev
- fd
- id
- ok
- on
- to
- x
- y
- SESSION_KEY
- _value
- E2BIG
type_name:
excluded:
- On