relnotes/v0.27.0.md
ElseAlignment checks alignment of else and elsif keywords. (@jonas054)MultilineOperationIndentation checks indentation/alignment of binary operations if they span more than one line. (@jonas054)Metrics/AbcSize checks the ABC metric, based on assignments, branches, and conditions. (@jonas054, @jfelchner)WordArray is now configurable with the WordRegex option. (@bquorning)Style/StringLiteralsInInterpolation checks quotes inside interpolated expressions in strings. (@jonas054)Style/IndentationWidth is now configurable with the Width option. (@jonas054).opal files by default. (@bbatsov)Style cops, EmptyLinesAroundMethodBody , EmptyLinesAroundClassBody , and EmptyLinesAroundModuleBody replace the EmptyLinesAroundBody cop. (@jonas054)AlignHash no longer skips multiline hashes that contain some elements on the same line. (@mvz)BracesAroundHashParameters no longer cleans up whitespace in autocorrect, as these extra corrections are likely to interfere with other cops' corrections. (@jonas054)Blocks cop introducing syntax errors in auto-correct. (@jonas054)FormatString. (@bbatsov)--out to create parent directories. (@yous)ColonMethodCall. (@bbatsov)