mirror of
https://github.com/yattee/yattee.git
synced 2024-11-09 15:58:20 +00:00
21 lines
396 B
YAML
21 lines
396 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
|
|
opt_in_rules:
|
|
- implicit_return
|
|
excluded:
|
|
- Vendor
|
|
- Tests Apple TV
|
|
- Tests iOS
|
|
- Tests macOS
|
|
|
|
implicit_return:
|
|
included:
|
|
- function
|
|
- getter
|