Update dependency rubocop to '~> 1.65.0' #61
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.64.0'
->'~> 1.65.0'
Release Notes
rubocop/rubocop (rubocop)
v1.65.0
Compare Source
New features
Gemspec/AddRuntimeDependency
cop. ([@koic][])Bug fixes
Style/ArgumentsForwarding
when arguments forwarding inyield
. ([@koic][])Layout/SpaceAroundOperators
when using multiple spaces between an operator and a tailing comment. ([@koic][])Lint/ToEnumArguments
when enumerator is created for another method. ([@koic][])Style/MethodCallWithArgsParentheses
whenEnforcedStyle: omit_parentheses
is set and parenthesized method call is used before constant resolution. ([@koic][])Style/RedundantBegin
when endless method definition withrescue
. ([@koic][])Style/RedundantRegexpCharacterClass
when using regexp_parser gem 2.3.1 or older. ([@koic][])Style/SuperArguments
when the hash argument is or-assigned. ([@koic][])Style/SymbolProc
when using lambda->
with one argument and multilinedo
...end
block. ([@koic][])inherit_gem
config when the Gemfile contains an uninstalled git gem. ([@earlopain][])inherit_gem
config when running RuboCop without bundler and no Gemfile exists. ([@earlopain][])Lint/UnmodifiedReduceAccumulator
when the block is empty. ([@earlopain][])Lint/Void
when void expression with guard clause is not on last line. ([@koic][])Lint/Void
when using parenthesized void operators. ([@koic][])Style/ZeroLengthPredicate
when using safe navigation operator. ([@koic][])Lint/NestedMethodDefinition
when definition of method on variable. ([@koic][])Style/HashExcept
when usingreject
and callinginclude?
method with bang. ([@koic][])Style/SendWithLiteralMethodName
usingsend
with writer method name. ([@koic][])Style/SuperArguments
when calling super in a block. ([@koic][])Changes
CountModifierForms
option toMetrics/BlockNesting
and set it tofalse
by default. ([@koic][])bundle update
. ([@koic][])Style/MapCompactWithConditionalBlock
aware offilter_map
. ([@koic][])Lint/ImplicitStringConcatenation
. ([@koic][])Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.