relnotes/v1.84.2.md
Style/BlockDelimiters when autocorrecting nested multi-line blocks with adjacent curly braces. (@koic)Style/IfUnlessModifier when the first value uses a normal if and the others use modifier if. (@koic)Layout/FirstArgumentIndentation when first arguments are over-indented in nested method calls. (@koic)Layout/MultilineMethodCallIndentation when a multiline method call follows a hash access. (@koic)Layout/MultilineMethodCallIndentation when a multiline method call includes a keyword argument whose value is a method call with a block. (@koic)Layout/EmptyLinesAfterModuleInclusion when include is nested inside an array. (@eugeneius)Style/FormatStringToken to not autocorrect strings outside of format method context in aggressive mode. (@ydakuka)Style/HashAsLastArrayItem when an array contains only a single hash element. (@koic)Style/MethodDefParentheses when using splat or forwarding arguments without parentheses. (@koic)Layout/MultilineMethodCallIndentation when a multi-dot method chain is inside a hash pair value. (@ydakuka)Layout/MultilineMethodCallIndentation when a method is chained after a single-line block. (@ydakuka)Offense#highlighted_area for PseudoSourceRange locations. (@rafaelfranca)Style/IfUnlessModifier when the first value uses a normal if and the others use ternary operator. (@koic)