]> git.saurik.com Git - apple/security.git/blob - .swiftlint.yml
Security-59754.41.1.tar.gz
[apple/security.git] / .swiftlint.yml
1 indentation: 4
2 disabled_rules:
3 - cyclomatic_complexity
4 - file_length
5 - function_body_length
6 - function_parameter_count
7 - identifier_name
8 - implicit_return
9 - large_tuple
10 - line_length
11 - todo
12 - type_body_length
13 - type_name
14 opt_in_rules:
15 - anyobject_protocol
16 - array_init
17 - attributes
18 #- closure_end_indentation ## commented as --format removes option
19 - closure_spacing
20 - conditional_returns_on_newline
21 - contains_over_range_nil_comparison
22 - empty_count
23 - empty_string
24 - explicit_init
25 - fatal_error_message
26 - first_where
27 - implicitly_unwrapped_optional
28 - joined_default_parameter
29 #- literal_expression_end_indentation ## commented as --format removes option
30 - legacy_random
31 - let_var_whitespace
32 - lower_acl_than_parent
33 - multiline_function_chains
34 - operator_usage_whitespace
35 - pattern_matching_keywords
36 - redundant_nil_coalescing
37 - redundant_type_annotation
38 - sorted_imports
39 - trailing_closure
40 - unneeded_parentheses_in_closure_argument
41 - untyped_error_in_catch
42 - vertical_whitespace_closing_braces
43 - xct_specific_matcher
44 - yoda_condition
45 trailing_comma:
46 mandatory_comma: true
47 excluded:
48 - keychain/trust/cuttlefish/
49 - keychain/Trieste/OctagonTriesteTests/.build