mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2024-12-27 03:52:40 +00:00
0e2556544e
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
26 lines
506 B
YAML
26 lines
506 B
YAML
disabled_rules:
|
|
- line_length
|
|
- trailing_whitespace
|
|
- todo
|
|
- cyclomatic_complexity
|
|
- file_length
|
|
- type_body_length
|
|
- function_body_length
|
|
- nesting
|
|
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
|
|
variable_name:
|
|
min_length:
|
|
warning: 0
|