Update dependency rubocop to v1.75.3 #81
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:
'1.75.2'
->'1.75.3'
Release Notes
rubocop/rubocop (rubocop)
v1.75.3
Compare Source
Bug fixes
#:
after end keyword inStyle/CommentedKeyword
. ([@dak2][])Layout/EmptyLineAfterGuardClause
when calling a method on the result of a single-lineif
withreturn
. ([@koic][])Style/RedundantParentheses
when using parens around singleton method body. ([@koic][])EnforcedStyleForMultiline: diff_comma
ofStyle/TrailingCommaInArrayLiteral
andStyle/TrailingCommaInHashLiteral
when trailing comma with comment. ([@koic][])Style/RedundantParentheses
when using some operator methods with a parenthesized argument. ([@koic][])Layout/MultilineOperationIndentation
cop error onindexasgn
node without arguments. ([@viralpraxis][])Style/ClassAndModuleChildren
cop error on one-liner class definition and nested enforced style. ([@viralpraxis][])Style/ConditionalAssignment
cop error on one-line if-then-else. ([@viralpraxis][])Style/ConditionalAssignment
cop error on indexed assignment without arguments. ([@viralpraxis][])Style/RedundantLineContinuation
cop error on multiline assignment with line continuation. ([@viralpraxis][])Style/SafeNavigation
with longer&&
chain (e.g.a && a.b && a.b.c
). ([@lovro-bikic][])Style/MapIntoArray
when usingpush
orappend
with hash argument without braces. ([@lovro-bikic][])Changes
Style/RedundantParentheses
. ([@lovro-bikic][])References
overReference
in cop configs. ([@sambostock][])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.