wireguard-apple/WireGuard/.swiftlint.yml

26 lines
508 B
YAML
Raw Normal View History

disabled_rules:
- line_length
- trailing_whitespace
- todo
2019-02-08 16:05:58 +00:00
- cyclomatic_complexity
- file_length
- type_body_length
- function_body_length
- nesting
opt_in_rules:
2018-12-20 17:22:37 +00:00
- 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
2018-12-20 17:22:37 +00:00
- unused_import
2019-02-08 16:05:58 +00:00
- trailing_closure
identifier_name:
2019-02-07 23:44:14 +00:00
min_length:
warning: 0