-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore(deps): update dependency rubocop to v1.69.0 - abandoned #2080
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 site configuration. |
CI Failure Feedback 🧐(Checks updated until commit 8a84e31)
✨ 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 |
A1exKH
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
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. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR contains the following updates:
1.68.0->1.69.0Release Notes
rubocop/rubocop (rubocop)
v1.69.0Compare Source
New features
Lint/HashNewWithKeywordArgumentsAsDefaultcop. ([@koic][])Lint/BinaryOperatorWithIdenticalOperandscop. ([@zopolis4][])Style/DigChaincop. ([@dvandersluis][])Style/FileNullcop. ([@dvandersluis][])Style/FileTouchcop. ([@lovro-bikic][])Lint/UselessDefinedto detect cases such asdefined?('Foo')whendefined?(Foo)was intended. ([@earlopain][])Bug fixes
Layout/EmptyLineAfterGuardClausewhen using a guard clause outside oneliner block. ([@koic][])Style/RedundantLineContinuationwhen there is a line continuation at the end of Ruby code followed by__END__data. ([@koic][])Style/CommentedKeyword. ([@dak2][])Style/IfWithSemicolonwhen usingreturnwith value inifwith a semicolon is used. ([@koic][])Style/IfWithSemicolonwhen the then body contains an arithmetic operator method call with an argument. ([@koic][])Style/RedundantConditionskip autocorrection when a branch has a comment. ([@koic][])Style/BitwisePredicatewhen having regular method. ([@d4be4st][])Lint/FloatComparisonagainst nil. ([@lovro-bikic][])Lint/InterpolationCheckwhen using invalid syntax in interpolation. ([@koic][])Lint/SafeNavigationConsistencywhen using unsafe navigation with both&&and||. ([@koic][])Naming/MemoizedInstanceVariableNamefor assignment methods`. ([@earlopain][])Naming/MemoizedInstanceVariableNamewhen usinginitialize_clone,initialize_copy, orinitialize_dup. ([@koic][])Style/SafeNavigationwhen using a method chain that exceeds theMaxChainLengthvalue and includes safe navigation operator. ([@koic][])Style/AccessModifierDeclarationsfor multiple inline symbols. ([@dvandersluis][])Lint/Voidif an operator is called in a void context using a dot. ([@dvandersluis][])Lint/DeprecatedOpenSSLConstantfalse positive when the argument is a safe navigation method call. ([@dvandersluis][])Style/AccessModifierDeclarationsto register (as positive or negative, depending onAllowModifiersOnSymbolsvalue) access modifiers with multiple symbols. ([@dvandersluis][])Lint/RedundantSplatExpansionwhen percent literal array is used in a safe navigation method call. ([@lovro-bikic][])Style/NestedTernaryOperatorwhen ternary operators are nested and the inner condition is parenthesized. ([@koic][])Style/OneLineConditionalwhen the else branch of a ternary operator has multiple expressions. ([@koic][])Style/RedundantRegexpArgumentwhen using escaped double quote character. ([@koic][])Style/IfWithSemicolonwhen using nested if/;/end in if body. ([@koic][])Layout/LeadingCommentSpaceto accept multiline shebangs at the top of the file. ([@dvandersluis][])Style/AccessModifierDeclarationsto handleattr_*methods with multiple parameters. ([@dvandersluis][])Style/SingleLineDoEndBlockto not register an offense if it will introduce a conflictingLayout/RedundantLineBreakoffense. ([@dvandersluis][])Changes
Layout/LineLengthwhenSplitStringsis set totrue. ([@dvandersluis][])Style/ArrayIntersectaware ofnone?. ([@earlopain][])Lint/ItWithoutArgumentsInBlockto not register offenses in Ruby 3.4. ([@dvandersluis][])Lint/RedundantSafeNavigationto register an offense when the receiver isself. ([@dvandersluis][])Lint/UnusedMethodArgumentto allow the class names forIgnoreNotImplementedMethodsto be configured. ([@dvandersluis][])Style/AccessModifierDeclarationsto 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.