Skip to content

Commit fcbf2d9

Browse files
ddddxxxluoxiu
authored andcommittedNov 20, 2019
code formatting & clean up (cx-org#54)
* clean up * clean up * clean up * clean up * clean up * swiftlint autocorrect * lint
1 parent 273b580 commit fcbf2d9

File tree

205 files changed

+1984
-1644
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+1984
-1644
lines changed
 

‎.swiftlint.yml

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
disabled_rules:
2+
- cyclomatic_complexity
3+
- file_length
4+
- function_body_length
5+
- identifier_name
6+
- trailing_comma
7+
- trailing_whitespace
8+
- type_name
9+
opt_in_rules:
10+
- anyobject_protocol
11+
- array_init
12+
- closure_end_indentation
13+
- closure_spacing
14+
- collection_alignment
15+
- contains_over_filter_count
16+
- contains_over_filter_is_empty
17+
- contains_over_first_not_nil
18+
- contains_over_range_nil_comparison
19+
- convenience_type
20+
- discouraged_object_literal
21+
- empty_collection_literal
22+
- empty_count
23+
- empty_string
24+
- explicit_init
25+
- first_where
26+
- flatmap_over_map_reduce
27+
- identical_operands
28+
- implicitly_unwrapped_optional
29+
- is_disjoint
30+
- joined_default_parameter
31+
- last_where
32+
- legacy_multiple
33+
- legacy_random
34+
- literal_expression_end_indentation
35+
- modifier_order
36+
- multiline_arguments
37+
- multiline_function_chains
38+
- multiline_literal_brackets
39+
- multiline_parameters
40+
- multiple_closures_with_trailing_closure
41+
- nimble_operator
42+
- object_literal
43+
- operator_usage_whitespace
44+
- overridden_super_call
45+
- override_in_extension
46+
- pattern_matching_keywords
47+
- prohibited_super_call
48+
- quick_discouraged_call
49+
- reduce_into
50+
- single_test_class
51+
- sorted_first_last
52+
- sorted_imports
53+
- static_operator
54+
- toggle_bool
55+
- trailing_closure
56+
- unneeded_parentheses_in_closure_argument
57+
- untyped_error_in_catch
58+
- unused_import
59+
- vertical_parameter_alignment_on_call
60+
- vertical_whitespace_closing_braces
61+
- yoda_condition
62+
excluded:
63+
- .build

‎CombineX-Carthage.xcodeproj/project.pbxproj

+187-30
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.