Update dependency realm/SwiftLint to v0.57.0 #77
Merged
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.56.2
->0.57.0
Release Notes
realm/SwiftLint (realm/SwiftLint)
v0.57.0
Compare Source
Breaking
The deprecated
anyobject_protocol
rule has now been removed.Martin Redington
#5769
Revert the part of the
non_optional_string_data_conversion
rule that enforces non-failable conversions of
Data
to UTF-8String
. This is due to the fact that the data to be convertedcan be arbitrary and especially doesn't need to represent a valid
UTF-8-encoded string.
Sam Rayner
#5263
Experimental
Enhancements
Add
ignore_multiline_type_headers
andignore_multiline_statement_conditions
options to
opening_brace
rule to allow opening braces to be on a new line aftermultiline type headers or statement conditions. Rename
allow_multiline_func
toignore_multiline_function_signatures
.leonardosrodrigues0
#3720
Add new
optional_data_string_conversion
rule to enforcefailable conversions of
Data
to UTF-8String
.Sam Rayner
#5263
The
no_magic_numbers
rule will now ignore violations inSwiftUI's
Preview
macro.Martin Redington
#5778
Bug Fixes
superfluous_disable_command
violations are now triggered forcustom rules.
Marcelo Fabri
Martin Redington
SimplyDanny
#4754
Trailing comments are now preserved by the
opening_brace
rule whenrewriting.
Martin Redington
#5751
Configuration
📅 Schedule: Branch creation - "after 7pm every weekday,before 8am every weekday,every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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.