forked from samrayner/ColorAssetCatalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.swiftlint.yml
43 lines (40 loc) · 866 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
cyclomatic_complexity:
ignores_case_statements: true
nesting:
type_level:
warning: 2
disabled_rules:
- line_length
- force_unwrapping
- identifier_name
- trailing_whitespace
- statement_position
- type_body_length
- file_length
- colon
- redundant_optional_initialization
#- force_cast
#- force_try
opt_in_rules:
#- attributes
- closure_end_indentation
- closure_spacing
#- conditional_returns_on_newline
#- empty_count
- explicit_init
#- explicit_type_interface
- fatal_error_message
#- file_header
- first_where
#- force_unwrapping
#- implicitly_unwrapped_optional
- nimble_operator
#- number_separator
#- object_literal
#- operator_usage_whitespace
- overridden_super_call
#- private_outlet
- prohibited_super_call
- redundant_nil_coalescing
#- sorted_imports
#- switch_case_on_newline