relnotes/v0.23.0.md
This release is mostly about fixing bugs, but it also features a few prominent changes:
Style/Filename and RSpec/Filename cops).Rubocop module was renamed to RuboCop, which will affect packages relying on RuboCop's public API.Below is the list of all the gory details. Enjoy!
BlockComments cop does auto-correction. (@jonas054)TrivialAccessors cop auto-corrects class-level accessors. (@ggilder)InlineComment checks for inline comments. (@salbertson)IndentArray and IndentHash. (@jonas054)Style/LineLength instead of LineLength in config files, --only argument, --show-cops output, and # rubocop:disable. (@jonas054)Rubocop module to RuboCop. (@bbatsov)--auto-gen-config bug with RegexpLiteral where only the last file's results would be used. (@ggilder)EachWithObject with modifier if as body. (@geniou)EachWithObject with single method call as body. (@geniou)EndOfLine with reading non-UTF-8 encoded files. (@jonas054)Next to ignore super nodes. (@geniou)=begin..=end). (@jonas054)ParenthesesAroundCondition. (@jonas054)ParenthesesAroundCondition. (@bbatsov)