New features
Bug fixes
- #9803: Fix
Bundler/GemVersion
cop not respecting git tags. (@tejasbubane, @timlkelly) - #9882: Fix an incorrect auto-correct for
Layout/LineLength
when using heredoc as the first method argument and omitting parentheses. (@koic) - #7592: Add cop
Layout/LineEndStringConcatenationIndentation
. (@jonas054) - #9880: Fix a false positive for
Style/RegexpLiteral
when using a regexp starts with a blank as a method argument. (@koic) - #9888: Fix a false positive for
Layout/ClosingParenthesisIndentation
when using keyword arguemnts. (@koic) - #9886: Fix indentation in Style/ClassAndModuleChildren. (@markburns)
Changes
- #9144: Add
aggressive
andconservative
modes of operation forStyle/StringConcatenation
cop. (@tejasbubane)