relnotes/v1.55.0.md
Style/ArgumentsForwarding for anonymous arg/kwarg forwarding in Ruby 3.2. (@owst)layoutMode option to run layout cops. (@koic)lintMode option to run lint cops. (@koic)ReturnNilInPredicateMethodDefinition aware of nil at the end of predicate method definition. (@koic)omit_parentheses style of Style/MethodCallWithArgsParentheses. (@gsamokovarov)Layout/RedundantLineBreak when inspecting the % form string %\n\n. (@koic)Style/CombinableLoops when one of the loops is empty. (@fatkodima)Style/StringLiteralsInInterpolation for symbols with interpolation. (@fatkodima)[] and () with percent symbol arrays. (@jasondoc3)LoadError when loading RuboCop from a symlinked location on Windows. (@p0deje)