relnotes/v1.84.1.md
Layout/IndentationWidth cop. (@viralpraxis)Style/NegativeArrayIndex when using self as array with implicit self receiver. (@koic)Style/GuardClause when using heredoc as an argument of method call in raise in else branch. (@koic)Style/IfUnlessModifier when multiple if/unless statements share the same line in arrays, method arguments, or hash values. (@ydakuka)Layout/FirstArgumentIndentation and Layout/LineLength when correcting method chains. (@ydakuka)Layout/MultilineMethodCallIndentation to properly handle method chains inside hash pair values. (@ydakuka)