Skip to content

Files

Latest commit

 

History

History
21 lines (11 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

21 lines (11 loc) · 1.05 KB

rubocop-github

v0.23.0

v0.22.0

v0.21.0

  • Added new GitHub/AvoidObjectSendWithDynamicMethod cop to discourage use of methods like Object#send

v0.20.0

  • Updated minimum dependencies for "rubocop" (>= 1.37), "rubocop-performance" (>= 1.15), and "rubocop-rails", (>= 2.17).

v0.19.0

  • Unset DisabledByDefault: true in config/default.yml. Prevents confusing behaviour where users of the gem didn't realise that RuboCop's default cops weren't being applied (including potentially custom cops in their projects). We've explicitly set Enabled: false for all the cops that were previously default disabled. This has the effect that consumers of this gem won't be surprised by new linting violations when they use this new version in their projects. (#119)