Update dependency rubocop to '~> 1.79.0' #70
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.78.0'
->'~> 1.79.0'
Release Notes
rubocop/rubocop (rubocop)
v1.79.0
Compare Source
New features
Layout/EmptyLinesAfterModuleInclusion
. ([@lovro-bikic][])Naming/MethodName
cop to detect offenses withinData
members. ([@viralpraxis][])Bug fixes
Style/ParallelAssignment
when a lambda with parallel assignment is used on the RHS. ([@koic][])Style/AccessorGrouping
separated autocorrect. ([@r7kamura][])Lint/UselessAssignment
when the assignment is inside a loop body. ([@5hun-s][])Style/RedundantParentheses
when using parentheses around arescue
expression on a one-line. ([@koic][])Style/AccessModifierDeclarations
when using a grouped access modifier declaration. ([@girasquid][])Style/SingleLineMethods
when defining a single-line singleton method. ([@koic][])Style/SingleLineMethods
when a single-line method definition contains a modifier. ([@koic][])Naming/MethodName
cop false positives withdefine_method
and operator names. ([@viralpraxis][])Naming/PredicateMethod
ignoring the implicitnil
from missingelse
branches. ([@earlopain][])Style/ItBlockParameter
cop error onalways
style and missing block body. ([@viralpraxis][])Lint/RequireRangeParentheses
to not register false positives when range elements span multiple lines. ([@dvandersluis][])Style/SoleNestedConditional
to properly correct assignments withinand
. ([@dvandersluis][])Changes
tsort
gem to runtime dependency for Ruby 3.5-dev. ([@koic][])Style/ItAssignment
to consider all local variable and method parameter names. ([@dvandersluis][])Layout/SpaceAroundKeyword
to offend for missing whitespace betweenreturn
and opening parenthesis. ([@lovro-bikic][])Layout/SpaceAroundOperators
aware of alternative and as pattern matchings. ([@koic][])Lint/RedundantSafeNavigation
aware of builtin convert methodsto_s
,to_i
,to_f
,to_a
, andto_h
. ([@koic][])InferNonNilReceiver
config toLint/RedundantSafeNavigation
to check previous code paths if the receiver is non-nil. ([@fatkodima][])array1.any? { |elem| array2.member?(elem) }
andarray1.none? { |elem| array2.member?(elem) }
inStyle/ArrayIntersect
. ([@lovro-bikic][])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.