Files
clawdbot/.swiftlint.yml
2025-12-06 04:02:43 +01:00

21 lines
298 B
YAML

included:
- apps/macos/Sources
excluded:
- apps/macos/Tests
disabled_rules:
- trailing_whitespace
- todo
- line_length
- identifier_name
- type_body_length
- file_length
opt_in_rules:
- explicit_self
- implicit_return
- vertical_whitespace_between_cases
reporter: "xcode"