-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.swiftlint.yml
50 lines (47 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
# Swiftlint configuration
#
# See
# https://github.com/realm/SwiftLint
#
# Use the following to fix the issues if possible
# > swiftlint autocorrect
#
# included:
whitelist_rules:
- no_fit
- vertical_whitespace
- opening_brace
- colon
- comma
- trailing_comma
- trailing_whitespace
- trailing_semicolon
- trailing_newline
- void_return
- return_arrow_whitespace
- statement_position
- mark
- redundant_optional_initialization
- leading_whitespace
- closing_brace
- redundant_void_return
- empty_parameters
- redundant_discardable_let
- empty_parentheses_with_trailing_closure
- unused_closure_parameter
# disabled_rules: # rule identifiers to exclude from running
# - implicit_getter
# - shorthand_operator
# - closure_parameter_position
# - control_statement
# - syntactic_sugar
# - legacy_constructor
# - unused_optional_binding
# - line_length
# - identifier_name
# - type_body_length
# - function_body_length
# - file_length
# - todo
# - type_name
# - cyclomatic_complexity