Files
swift-mqtt-dewpoint/.swiftlint.yml
Michael Housh 24f2ad63a7
Some checks failed
CI / Run Tests (push) Has been cancelled
feat: Moved cli client tests to XCTest to work in docker
2024-11-18 15:53:23 -05:00

10 lines
136 B
YAML

disabled_rules:
- closing_brace
- fuction_body_length
included:
- Sources
- Tests
ignore_multiline_statement_conditions: true