]> git.saurik.com Git - apple/security.git/blob - .swiftlint.yml
Security-59306.41.2.tar.gz
[apple/security.git] / .swiftlint.yml
1 indentation: 4
2 disabled_rules:
3 - file_length
4 - function_body_length
5 - function_parameter_count
6 - identifier_name
7 - line_length
8 - todo
9 - type_body_length
10 opt_in_rules:
11 - anyobject_protocol
12 - array_init
13 - attributes
14 #- closure_end_indentation ## commented as --format removes option
15 - closure_spacing
16 - conditional_returns_on_newline
17 - empty_count
18 - explicit_init
19 - implicit_return
20 - joined_default_parameter
21 #- literal_expression_end_indentation ## commented as --format removes option
22 - operator_usage_whitespace
23 - redundant_nil_coalescing
24 - redundant_type_annotation
25 - sorted_imports
26 - trailing_closure
27 - unneeded_parentheses_in_closure_argument
28 - untyped_error_in_catch
29 trailing_comma:
30 mandatory_comma: true
31 excluded:
32 - keychain/trust/cuttlefish/
33 - keychain/Trieste/OctagonTriesteTests/.build