wireguard-apple/.swiftlint.yml
Jeroen Leenarts ae73b78935 Initial project setup.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2018-05-23 21:50:42 +02:00

13 lines
201 B
YAML

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