1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-12 21:30:32 +05:30
yattee/.swiftlint.yml

15 lines
324 B
YAML
Raw Normal View History

2021-06-11 04:20:10 +05:30
parent_config: https://raw.githubusercontent.com/sindresorhus/swiftlint-config/main/.swiftlint.yml
2021-06-20 01:47:48 +05:30
disabled_rules:
2022-06-25 04:18:57 +05:30
- conditional_returns_on_newline
2021-08-20 04:08:31 +05:30
- identifier_name
2021-06-20 01:47:48 +05:30
- opening_brace
2021-08-24 03:01:51 +05:30
- number_separator
2021-07-12 04:53:04 +05:30
- multiline_arguments
- implicit_return
2021-06-20 01:47:48 +05:30
excluded:
2022-01-05 23:21:19 +05:30
- Vendor
2021-06-20 01:47:48 +05:30
- Tests Apple TV
- Tests iOS
- Tests macOS