wireguard-apple/.swiftlint.yml

13 lines
201 B
YAML
Raw Normal View History

2018-05-23 19:49:10 +00:00
disabled_rules:
- line_length
- trailing_comma
excluded:
- Pods
file_length:
warning: 500
type_name:
min_length: 2 # only warning
max_length: # warning and error
warning: 50
error: 60