1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-12 21:30:32 +05:30
yattee/.swiftlint.yml
2023-07-24 19:45:30 +02:00

15 lines
324 B
YAML

parent_config: https://raw.githubusercontent.com/sindresorhus/swiftlint-config/main/.swiftlint.yml
disabled_rules:
- conditional_returns_on_newline
- identifier_name
- opening_brace
- number_separator
- multiline_arguments
- implicit_return
excluded:
- Vendor
- Tests Apple TV
- Tests iOS
- Tests macOS