metatext/.swiftlint.yml
2021-03-21 16:26:07 -07:00

11 lines
160 B
YAML

disabled_rules:
- identifier_name
- type_name
opt_in_rules:
- sorted_imports
file_length:
warning: 500
error: 1000
ignore_comment_only_lines: true