yattee/.swiftlint.yml

14 lines
270 B
YAML
Raw Normal View History

2021-06-10 22:50:10 +00:00
parent_config: https://raw.githubusercontent.com/sindresorhus/swiftlint-config/main/.swiftlint.yml
2021-06-19 20:17:48 +00:00
disabled_rules:
2021-08-19 22:38:31 +00:00
- identifier_name
2021-06-19 20:17:48 +00:00
- opening_brace
2021-08-23 21:31:51 +00:00
- number_separator
2021-07-11 23:23:04 +00:00
- multiline_arguments
2021-06-19 20:17:48 +00:00
excluded:
2022-01-05 17:51:19 +00:00
- Vendor
2021-06-19 20:17:48 +00:00
- Tests Apple TV
- Tests iOS
- Tests macOS