forked from swiftDialog/swiftDialog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.swiftlint.yml
More file actions
31 lines (31 loc) · 765 Bytes
/
.swiftlint.yml
File metadata and controls
31 lines (31 loc) · 765 Bytes
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
disabled_rules: # rule identifiers turned on by default to exclude from running
- line_length
- redundant_discardable_let
- cyclomatic_complexity
- function_body_length
# - trailing_whitespace
- vertical_whitespace
- file_length
# - colon
- type_body_length
- comment_spacing
- comma
- todo
- trailing_newline
# - control_statement
# - opening_brace
- switch_case_alignment
# - unused_closure_parameter
- force_cast
# - force_try
# - shorthand_operator
# - identifier_name
- syntactic_sugar
# - empty_parentheses_with_trailing_closure
# - legacy_constructor
# - multiple_closures_with_trailing_closure
- unused_enumerated
# - redundant_void_return
# - for_where
- vertical_parameter_alignment
- type_name