-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore(deps): update dependency rubocop to v1.79.2 #2390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
cd4297b
to
7c57d75
Compare
7c57d75
to
6bf46ae
Compare
a1387ab
to
d481aac
Compare
d481aac
to
9871b12
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
This PR contains the following updates:
1.78.0
->1.79.2
Release Notes
rubocop/rubocop (rubocop)
v1.79.2
Compare Source
Bug fixes
Layout/EmptyLinesAroundClassBody
when a class body starts with a blank line and defines a multiline superclass. ([@koic][])Layout/EmptyLinesAroundArguments
with multiline strings that contain only whitespace. ([@earlopain][])Layout/EmptyLinesAfterModuleInclusion
when inclusion is called with modifier. ([@r7kamura][])Lint/UselessAssignment
when duplicate assignments appear inif
branch inside a loop and the variable is used outsidewhile
loop. ([@koic][])Style/MapToHash
when usingto_h
with block argument. ([@koic][])Style/MapToSet
when usingto_set
with block argument. ([@koic][])Style/SafeNavigation
when ternary expression with operator method call with method chain. ([@koic][])Changes
Style/RedundantParentheses
. ([@lovro-bikic][])v1.79.1
Compare Source
Bug fixes
Style/ArgumentsForwarding
when the method arguments contain*
,**
or&
, and the method call containsself
as the first argument. ([@earlopain][])Layout/EmptyLinesAfterModuleInclusion
whenprepend
is used with block methods. ([@koic][])Style/RedundantParentheses
when parentheses are used around a one-linerescue
expression inside a ternary operator. ([@koic][])Lint/UselessAssignment
when duplicate assignments inif
branch inside a loop. ([@koic][])Lint/UselessAssignment
withretry
inrescue
branch. ([@earlopain][])Style/RedundantParentheses
when parentheses are used around a one-linerescue
expression inside array or hash literals. ([@koic][])Changes
Naming/MethodName
cop to detect offenses withinalias
andalias_method
calls. ([@viralpraxis][])||
toLint/LiteralAsCondition
. ([@zopolis4][])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: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.