mirror of
https://github.com/yattee/yattee.git
synced 2025-11-15 22:48:43 +00:00
- Run SwiftFormat to fix indentation, spacing, and formatting issues - Replace CGFloat with Double and NSRect with CGRect per style guide - Remove redundant .center alignment specifications - Remove unnecessary @available checks for satisfied deployment targets - Fix closure brace indentation for consistency - Disable closure_end_indentation rule to resolve SwiftFormat conflict All linting checks now pass with zero errors and warnings.
16 lines
352 B
YAML
16 lines
352 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
|
|
excluded:
|
|
- Vendor
|
|
- Tests Apple TV
|
|
- Tests iOS
|
|
- Tests macOS
|