nicklockwood/SwiftFormat (nicklockwood/SwiftFormat)
### [`v0.55.2`](https://redirect.github.com/nicklockwood/SwiftFormat/blob/HEAD/CHANGELOG.md#0552-2024-11-24)
[Compare Source](https://redirect.github.com/nicklockwood/SwiftFormat/compare/0.55.1...0.55.2)
- Fixed bug where `unusedArguments` failed to remove arguments that matched switch variable bindings
- Fixed bug where `unusedArguments` failed to remove arguments that matched nested function call labels
- Fixed spurious lint errors for `blankLinesAtStartOfScope` when using `organizeDeclarations` rule
- Fixed bug where indentation errors were incorrectly reported as `wrap` rule lint errors
- The `preferKeyPaths` rule now handles the `\\.self` case for Swift 5.10 and later
- Fixed parsing of keyPaths beginning with `\.?`
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
from: "0.55.1"
->from: "0.55.2"
Release Notes
nicklockwood/SwiftFormat (nicklockwood/SwiftFormat)
### [`v0.55.2`](https://redirect.github.com/nicklockwood/SwiftFormat/blob/HEAD/CHANGELOG.md#0552-2024-11-24) [Compare Source](https://redirect.github.com/nicklockwood/SwiftFormat/compare/0.55.1...0.55.2) - Fixed bug where `unusedArguments` failed to remove arguments that matched switch variable bindings - Fixed bug where `unusedArguments` failed to remove arguments that matched nested function call labels - Fixed spurious lint errors for `blankLinesAtStartOfScope` when using `organizeDeclarations` rule - Fixed bug where indentation errors were incorrectly reported as `wrap` rule lint errors - The `preferKeyPaths` rule now handles the `\\.self` case for Swift 5.10 and later - Fixed parsing of keyPaths beginning with `\.?`Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.