aboutsummaryrefslogtreecommitdiffstats
path: root/.swiftlint.yml
blob: a63b4df0c9e5f0497fb8893971bb2d3c8cffcb73 (plain) (blame)
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
disabled_rules:
 - line_length
 - trailing_whitespace
 - todo
 - cyclomatic_complexity
 - file_length
 - type_body_length
 - function_body_length
 - nesting
 - inclusive_language
opt_in_rules:
 - empty_count
 - empty_string
 - implicitly_unwrapped_optional
 - legacy_random
 - let_var_whitespace
 - literal_expression_end_indentation
 - override_in_extension
 - redundant_type_annotation
 - toggle_bool
 - unneeded_parentheses_in_closure_argument
 - unused_import
 - trailing_closure
identifier_name:
  min_length:
    warning: 0