relnotes/v1.43.0.md
Lint/UselessRescue cop. (@fatkodima)Style/MissingElse. (@FnControlOption)Style/OperatorMethodCall when using anonymous forwarding. (@koic)Style/HashSyntax when using hash value omission and EnforcedStyle: no_mixed_keys. (@koic)Style/StringHashKeys when using invalid symbol in encoding UTF-8 as keys. (@koic)Style/RedundantDoubleSplatHashBraces using double splat in double splat hash braces. (@koic)Style/HashEachMethods aware of built-in Thread.current. (@koic)Style/HashSyntax when hash first argument key and hash value only are the same which has a method call on the next line. (@koic)Style/OperatorMethodCall when using a.+ b.something. (@koic)Style/RedundantRegexpEscape when using %r to provide regexp expressions. (@si-lens)omit_parentheses style in Style/MethodCallWithArgsParentheses. (@gsamokovarov)Style/HashSyntax when expression follows hash key assignment. (@fatkodima)Style/OperatorMethodCall when forwarding arguments. (@sambostock)