relnotes/v1.57.2.md
Lint/Void when each's receiver is an object of Enumerator to which filter has been applied. (@koic)Metrics/ClassLength when a class with a singleton class definition. (@koic)Style/RedundantDoubleSplatHashBraces when using double splat hash braces with merge 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 line do...end with no body. (@koic)Style/HashSyntax when braced hash key and value are the same and it is used in if...else. (@koic)Layout/EndAlignment when EnforcedStyleAlignWith: variable and using a conditional statement in a method argument on the same line and end with method call is not aligned. (@koic)--auto-gen-config generate inherit_from correctly inside ERB if. (@jonas054)base64 gem from runtime dependency. (@koic)Style/IdenticalConditionalBranches when if...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 2nd if 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)