]> git.ipfire.org Git - thirdparty/wireguard-apple.git/blame - .swiftlint.yml
UI: When setting on-demand, avoid a second saveToPreferences() call
[thirdparty/wireguard-apple.git] / .swiftlint.yml
CommitLineData
de14b76b 1disabled_rules:
de14b76b 2 - line_length
e4ac48bc 3 - trailing_whitespace
8a916beb 4 - todo
0e255654
JD
5 - cyclomatic_complexity
6 - file_length
7 - type_body_length
8 - function_body_length
9 - nesting
d4fd17cd 10 - inclusive_language
e4ac48bc 11opt_in_rules:
a89ad959
EK
12 - empty_count
13 - empty_string
14 - implicitly_unwrapped_optional
15 - legacy_random
16 - let_var_whitespace
17 - literal_expression_end_indentation
18 - override_in_extension
19 - redundant_type_annotation
20 - toggle_bool
e4ac48bc 21 - unneeded_parentheses_in_closure_argument
a89ad959 22 - unused_import
0e255654 23 - trailing_closure
af9c800a 24identifier_name:
05547861
JD
25 min_length:
26 warning: 0