mirror of
https://github.com/yattee/yattee.git
synced 2025-11-22 22:51:21 +00:00
- Fix indentation in AppSidebarNavigation, VideoCell - Replace && with comma in PlayerModel condition - Add SwiftLint suppression for necessary tvOS 17.0 availability check - Update SwiftLint config to use renamed rules and disable false positives
25 lines
738 B
YAML
25 lines
738 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
|
|
- closure_end_indentation
|
|
- discarded_notification_center_observer # Observer intentionally lives for app lifetime
|
|
# Disable deprecated rules in favor of their renamed versions
|
|
- operator_whitespace # renamed to function_name_whitespace
|
|
- redundant_optional_initialization # renamed to implicit_optional_initialization
|
|
|
|
opt_in_rules:
|
|
- function_name_whitespace
|
|
- implicit_optional_initialization
|
|
|
|
excluded:
|
|
- Vendor
|
|
- Tests Apple TV
|
|
- Tests iOS
|
|
- Tests macOS
|