casa/.swiftlint.yml
2026-01-10 11:59:49 -06:00

11 lines
160 B
YAML

included:
- Casa
opt_in_rules:
- empty_count
- empty_string
- implicitly_unwrapped_optional
- sorted_imports
line_length:
warning: 120
error: 160