-
-
Couldn't load subscription status.
- Fork 1.5k
chore(deps): update dependency rubocop to v1.67.0 #1999
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
CI Failure Feedback 🧐(Checks updated until commit 6e28ad6)
✨ 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 |
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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. |
This PR contains the following updates:
1.66.1->1.67.0Release Notes
rubocop/rubocop (rubocop)
v1.67.0Compare Source
New features
Lint/DuplicateSetElementcop. ([@koic][])AllowRBSInlineAnnotationconfig option toLayout/LeadingCommentSpaceto support RBS::Inline style annotation comments. ([@tk0miya][])rubocop -V. ([@koic][])Bug fixes
Style/Semicolonwhen using a semicolon between a closing parenthesis after a line break and a consequent expression. ([@koic][])Lint/ParenthesesAsGroupedExpressionwith compound ranges. ([@gsamokovarov][])Style/BlockDelimiterswhen a single line do-end block with an inlinerescuewith a semicolon beforerescue. ([@koic][])Layout/AccessModifierIndentationwhen the access modifier is on the same line as the class definition. ([@koic][])Style/OneLineConditionalwhen using nested if/then/else/end. ([@koic][])Lint/ImplicitStringConcatenationwithLint/TripleQuoteswhen string literals with triple quotes are used. ([@koic][])Style/ArgumentsForwardingwhen using only forwarded arguments in brackets. ([@koic][])Style/CombinableLoopswhen looping over the same data with different block variable names. ([@koic][])Style/RescueModifierwhen using modifier rescue for method call with heredoc argument. ([@koic][])--auto-gen-configwhen passing an absolute config path. ([@earlopain][])Style/OperatorMethodCallwith/operations followed by a parenthesized argument. ([@dvandersluis][])Style/IfUnlessModifierwhen multilineifthat fits on one line and using implicit method call with hash value omission syntax. ([@koic][])Style/ArgumentsForwardingwith Ruby 3.0 and optional position arguments. ([@earlopain][])Lint/AmbiguousRangewhen using rational literals. ([@koic][])Lint/RedundantSafeNavigationwith namespaced constants. ([@earlopain][])Style/OperatorMethodCallwith named forwarding. ([@earlopain][])Style/AccessModifierDeclarationswhenAllowModifiersOnAttrs: trueand using splat with a percent symbol array, or with a constant. ([@koic][])Style/RedundantLineContinuationwhen line continuations with comparison operator and the LHS is wrapped in parentheses. ([@koic][])Style/ArgumentsForwardingwhen argument is used inside a block. ([@dvandersluis][])Style/CollectionCompactwhen usingdelete_if. ([@masato-bkn][])regexpinLint/LiteralInInterpolation. ([@dvandersluis][])Style/IfWithSemicolonwhen single-lineif/;/endwhen the then body contains a method call with[]or[]=. ([@koic][])Style/HashEachMethodsif the hash is modified within the block. ([@dvandersluis][])TargetRubyVersionfrom a gemspec when the gemspec is not named like the folder it is located in. ([@earlopain][])Style/GuardClausewhen using heredoc withoutelsebranch. ([@earlopain][])Lint/BigDecimalNewwhen using::BigDecimal.new. ([@earlopain][])Style/MethodCallWithArgsParentheseswithEnforcedStyle: omit_parenthesesand whitespace. ([@earlopain][])Style/RedundantBeginandStyle/BlockDelimiterswithEnforcedStyle: braces_for_chaining. ([@earlopain][])Changes
Style/AccessorGrouping. ([@tk0miya][])AllowedMethodsconfiguration toLayout/FirstMethodArgumentLineBreak. ([@dvandersluis][])Style/ArgumentsForwardingfor detecting forwarding of all anonymous arguments. ([@dvandersluis][])Style/CommentedKeyword. ([@tk0miya][])RuboCop::Cop::Cop. ([@earlopain][])EnforcedShorthandSyntax: eitherby default forStyle/HashSyntax. ([@koic][])Naming/InclusiveLanguagewhen a sole suggestion is set. ([@koic][])Style/SelectByRegexpaware offilterin Ruby version 2.6 or above. ([@masato-bkn][])Lint/SafeNavigationConsistencycop to check that the safe navigation operator is applied consistently and without excess or deficiency. ([@koic][])Style/SafeNavigationoffenses. ([@dvandersluis][])filter/filter!inStyle/CollectionCompact. ([@masato-bkn][])Lint/UriRegexpto avoid obsolete API. ([@koic][])Style/MapIntoArrayto be able to handle arrays created using[].tap. ([@dvandersluis][])Style/ReturnNilInPredicateMethodDefinitionto detect implicitnilreturns insideif. ([@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.