-
Notifications
You must be signed in to change notification settings - Fork 13
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
Update dependency rubocop to v1.57.2 #50
Conversation
@rultor please, try to merge, since 6 checks have passed |
@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 17s)
|
2df194a
to
30ecc72
Compare
30ecc72
to
747ab19
Compare
747ab19
to
8176d42
Compare
8176d42
to
71439e6
Compare
@rultor merge |
Job |
There is an unrecoverable failure on my side. Please, submit it here:
1.0-SNAPSHOT: CID: 8b705339-1b78-460d-a592-61e3bfbc8f2b, Type: "Close job" |
This PR contains the following updates:
'1.56.3'
->'1.57.2'
Release Notes
rubocop/rubocop (rubocop)
v1.57.2
Compare Source
Bug fixes
Lint/Void
wheneach
's receiver is an object ofEnumerator
to whichfilter
has been applied. ([@koic][])Metrics/ClassLength
when a class with a singleton class definition. ([@koic][])Style/RedundantDoubleSplatHashBraces
when using double splat hash braces withmerge
and method chain. ([@koic][])Style/RedundantParentheses
when using a parenthesized hash literal as the first argument in a method call without parentheses. ([@koic][])Style/SingleLineDoEndBlock
when using single linedo
...end
with no body. ([@koic][])Style/HashSyntax
when braced hash key and value are the same and it is used inif
...else
. ([@koic][])Layout/EndAlignment
whenEnforcedStyleAlignWith: variable
and using a conditional statement in a method argument on the same line andend
with method call is not aligned. ([@koic][])--auto-gen-config
generateinherit_from
correctly inside ERBif
. ([@jonas054][])base64
gem from runtime dependency. ([@koic][])Style/IdenticalConditionalBranches
whenif
...else
with identical leading lines and using index assign. ([@koic][])Style/RedundantDoubleSplatHashBraces
when using double splat with a hash literal enclosed in parenthesized ternary operator. ([@koic][])Lint/EmptyConditionalBody
when missing 2ndif
body with a comment. ([@koic][])Style/RedundantDoubleSplatHashBraces
when using double splat within block argument containing a hash literal in an array literal. ([@koic][])Style/SingleArgumentDig
when using some anonymous argument syntax. ([@koic][])Style/RedundantFilterChain
aware of safe navigation operator. ([@koic][])v1.57.1
Compare Source
Bug fixes
Lint/RedundantSafeNavigation
when using snake case constant receiver. ([@koic][])Layout/MultilineMethodCallIndentation
when usingarithmetic operation with block inside a grouped expression. ([@koic][])Style/RedundantException
. ([@ydah][])Layout/MultilineMethodCallIndentation
when multiline method chain with a block argument and method chain. ([@ydah][])Style/RedundantDoubleSplatHashBraces
when method call for no hash braced double splat receiver. ([@koic][])Style/RedundantDoubleSplatHashBraces
when using double splat hash braces withmerge
method call twice. ([@koic][])v1.57.0
Compare Source
New features
Style/SingleLineDoEndBlock
cop. ([@koic][])Lint/RedundantSafeNavigation
aware of constant receiver. ([@koic][])Style/RedundantDoubleSplatHashBraces
aware ofmerge
methods. ([@koic][])Bug fixes
Lint/Debugger
when using debugger method inside block. ([@koic][])Metrics/ModuleLength
when defining a singleton class in a module. ([@koic][])Style/IdenticalConditionalBranches
whenif
..else
with identical leading lines and assign to condition value. ([@koic][])Lint/LiteralInInterpolation
to accept an empty string literal interpolated in words literal. ([@knu][])Lint/MixedCaseRange
when using nested character class in regexp. ([@koic][])Style/NestedTernaryOperator
when a ternary operator has a nested ternary operator within anif
. ([@koic][])Style/MultilineBlockChain
when using multiline block chain with safe navigation operator. ([@koic][])Style/RedundantParentheses
when using logical or comparison expressions with redundant parentheses. ([@koic][])Layout/MultilineMethodCallIndentation
when aligning methods in multiline block chain. ([@koic][])Changes
Style/FormatString
's autocorrection when using known conversion methods whose return value is not an array. ([@koic][])Style/GuardClause
aware ofdefine_method
. ([@koic][])Style/RedundantFilterChain
aware ofselect.present?
whenActiveSupportExtensionsEnabled
config istrue
. ([@koic][])Lint/RedundantRequireStatement
as unsafe autocorrect. ([@koic][])Style/ClassEqualityComparison
. ([@koic][])Style/RedundantFilterChain
as unsafe autocorrect. ([@koic][])v1.56.4
Compare Source
Bug fixes
Layout/EmptyLineAfterGuardClause
when usingreturn
before guard condition with heredoc. ([@koic][])Lint/OrderedMagicComments
when comment text# encoding: ISO-8859-1
is embedded within example code as source code comment. ([@koic][])Style/OperatorMethodCall
when usingfoo bar./ baz
. ([@koic][])--disable-uncorrectable
command line option when registering an offense is outside a percent array. ([@koic][])Lint/SafeNavigationChain
when using safe navigation with comparison operator as an expression of logical operator or comparison operator's operand. ([@koic][])Style/OperatorMethodCall
when usingfoo./bar
. ([@koic][])Style/RedundantConditional
when unless/else with boolean results. ([@ydah][])Layout/MultilineMethodCallIndentation
when using safe navigation operator. ([@koic][])Changes
Style/CollectionMethods
aware ofcollect_concat
. ([@koic][])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 has been generated by Mend Renovate. View repository job log here.