-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
chore(deps): update dependency rubocop to v1.69.0 #2080
base: trunk
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
CI Failure Feedback 🧐(Checks updated until commit 5752b91)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
This PR contains the following updates:
1.68.0
->1.69.0
Release Notes
rubocop/rubocop (rubocop)
v1.69.0
Compare Source
New features
Lint/HashNewWithKeywordArgumentsAsDefault
cop. ([@koic][])Lint/BinaryOperatorWithIdenticalOperands
cop. ([@zopolis4][])Style/DigChain
cop. ([@dvandersluis][])Style/FileNull
cop. ([@dvandersluis][])Style/FileTouch
cop. ([@lovro-bikic][])Lint/UselessDefined
to detect cases such asdefined?('Foo')
whendefined?(Foo)
was intended. ([@earlopain][])Bug fixes
Layout/EmptyLineAfterGuardClause
when using a guard clause outside oneliner block. ([@koic][])Style/RedundantLineContinuation
when there is a line continuation at the end of Ruby code followed by__END__
data. ([@koic][])Style/CommentedKeyword
. ([@dak2][])Style/IfWithSemicolon
when usingreturn
with value inif
with a semicolon is used. ([@koic][])Style/IfWithSemicolon
when the then body contains an arithmetic operator method call with an argument. ([@koic][])Style/RedundantCondition
skip autocorrection when a branch has a comment. ([@koic][])Style/BitwisePredicate
when having regular method. ([@d4be4st][])Lint/FloatComparison
against nil. ([@lovro-bikic][])Lint/InterpolationCheck
when using invalid syntax in interpolation. ([@koic][])Lint/SafeNavigationConsistency
when using unsafe navigation with both&&
and||
. ([@koic][])Naming/MemoizedInstanceVariableName
for assignment methods`. ([@earlopain][])Naming/MemoizedInstanceVariableName
when usinginitialize_clone
,initialize_copy
, orinitialize_dup
. ([@koic][])Style/SafeNavigation
when using a method chain that exceeds theMaxChainLength
value and includes safe navigation operator. ([@koic][])Style/AccessModifierDeclarations
for multiple inline symbols. ([@dvandersluis][])Lint/Void
if an operator is called in a void context using a dot. ([@dvandersluis][])Lint/DeprecatedOpenSSLConstant
false positive when the argument is a safe navigation method call. ([@dvandersluis][])Style/AccessModifierDeclarations
to register (as positive or negative, depending onAllowModifiersOnSymbols
value) access modifiers with multiple symbols. ([@dvandersluis][])Lint/RedundantSplatExpansion
when percent literal array is used in a safe navigation method call. ([@lovro-bikic][])Style/NestedTernaryOperator
when ternary operators are nested and the inner condition is parenthesized. ([@koic][])Style/OneLineConditional
when the else branch of a ternary operator has multiple expressions. ([@koic][])Style/RedundantRegexpArgument
when using escaped double quote character. ([@koic][])Style/IfWithSemicolon
when using nested if/;/end in if body. ([@koic][])Layout/LeadingCommentSpace
to accept multiline shebangs at the top of the file. ([@dvandersluis][])Style/AccessModifierDeclarations
to handleattr_*
methods with multiple parameters. ([@dvandersluis][])Style/SingleLineDoEndBlock
to not register an offense if it will introduce a conflictingLayout/RedundantLineBreak
offense. ([@dvandersluis][])Changes
Layout/LineLength
whenSplitStrings
is set totrue
. ([@dvandersluis][])Style/ArrayIntersect
aware ofnone?
. ([@earlopain][])Lint/ItWithoutArgumentsInBlock
to not register offenses in Ruby 3.4. ([@dvandersluis][])Lint/RedundantSafeNavigation
to register an offense when the receiver isself
. ([@dvandersluis][])Lint/UnusedMethodArgument
to allow the class names forIgnoreNotImplementedMethods
to be configured. ([@dvandersluis][])Style/AccessModifierDeclarations
to accept modifier with splatted method call. ([@dvandersluis][])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 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.