chore(deps): update dependency realm/swiftlint to v0.65.1 - #8830
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency realm/swiftlint to v0.65.1#8830renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
requested review from
Kurt-von-Laven,
bdovaz,
echoix and
nvuillam
as code owners
August 29, 2026 14:55
Contributor
✅
|
renovate
Bot
force-pushed
the
renovate/realm-swiftlint-0.65.x
branch
from
August 29, 2026 21:05
8947f02 to
efad041
Compare
renovate
Bot
force-pushed
the
renovate/realm-swiftlint-0.65.x
branch
from
August 29, 2026 22:23
efad041 to
1417f3c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR contains the following updates:
0.65.0→0.65.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
realm/SwiftLint (realm/SwiftLint)
v0.65.1Compare Source
Breaking
Configuration.IndentationStylemoved toSwiftLintCore.IndentationStyle.Rules can now read the global
indentationsetting viaCurrentRule.configuration.GandaLF2006
Remove the deprecated
allow_multiline_funcoption from theopening_bracerule. Use
ignore_multiline_function_signaturesinstead.Brett-Best
Experimental
Enhancements
Speed up the
collection_alignmentrule, which read the whole file'ssource lines once per element of a dictionary literal.
Brett-Best
Compare the two operands of a comparison by walking their token streams in
the
identical_operandsrule instead of rendering both operands to strings,so differing operands stop at the first mismatching token.
Brett-Best
Add
#examplesand#correctionsmacros that expand lists anddictionaries of code strings into
Examples, reducing boilerplate whendefining a rule's triggering/non-triggering examples and corrections. Adopt
them across the built-in rules.
ZevEisenberg
Add
allow_compact_empty_blocksoption to theno_empty_blockrule toallow empty blocks written compactly as
{}while still flagging emptyblocks with any whitespace or newlines between the braces.
arimu1
#6839
Bug Fixes
Add an opt-in
allow_explicit_unsafe_unownedoption to let theunowned_variable_capturerule accept explicitunowned(unsafe)captures.Yurii Bakurov
#6817
Fix
line_lengthwithignores_urlsenabled incorrectly ignoring propertyaccesses whose member names are valid top-level domains.
Arthur Liu
#6811
Fix baseline writing to store file locations as paths relative to the current working directory,
restoring baseline portability and avoiding absolute
file://paths in generated baseline files.SimplyDanny
#6812
Fix correction behavior of
closure_spacingrule when a closure contains only trivia (e.g. comments).SimplyDanny
#6798
#6799
Fix
closure_end_indentationmoving closing braces to column 1 in fileswith CRLF line endings when running
swiftlint --fix.sjh9714
#6598
Configuration
📅 Schedule: (UTC)
🚦 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.