Files
amneziawg-apple/.swiftlint.yml
yyy-amnezia 5f99d54e62 feat: awg 2 support (#21)
* feat: change magic header fields to strings in InterfaceConfiguration and update related code

* refactor: update dependencies and fix issues in TunnelViewModel

* fix: update keyboard types for tunnel edit table view controller fields
2025-12-11 22:43:06 +08:00

30 lines
561 B
YAML

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
excluded:
- build
- .build