-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.swiftlint.yml
67 lines (67 loc) · 1.17 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
55
56
57
58
59
60
61
62
63
64
65
66
67
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/rosswift
- Sources/RosTime
identifier_name:
excluded:
- m
- b
- i
- d
- v
- c
- a
- r
- it
- cb
- s
- ti
- k
- p
- f
- x
- y
- n
- ok
- ns
- to
- ROS_DEBUG
- ROS_WARNING
- ROS_INFO
- ROS_DEBUG_NAMED
- ROS_LOG_DEBUG
- ROS_LOG_ERROR
- ROS_ERROR
type_name:
excluded: