-
Notifications
You must be signed in to change notification settings - Fork 2
/
.swiftlint.yml
46 lines (46 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
included:
- ZeplinColorPicker
opt_in_rules:
- closure_end_indentation
- closure_spacing
- contains_over_first_not_nil
- empty_count
- empty_string
- explicit_init
- empty_xctest_method
- fallthrough
- fatal_error_message
- file_name
- first_where
- force_unwrapping
- implicit_return
- implicitly_unwrapped_optional
- joined_default_parameter
- literal_expression_end_indentation
- lower_acl_than_parent
- modifier_order
- multiline_arguments
- multiline_parameters
- operator_usage_whitespace
- override_in_extension
- overridden_super_call
- pattern_matching_keywords
- private_over_fileprivate
- prohibited_super_call
- redundant_nil_coalescing
- required_enum_case
- single_test_class
- sorted_first_last
- sorted_imports
- trailing_closure
- unneeded_parentheses_in_closure_argument
- untyped_error_in_catch
- vertical_parameter_alignment_on_call
- yoda_condition
disabled_rules:
- attributes
- identifier_name
- large_tuple
- nesting
- todo
- unavailable_function