Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

63 lines (44 loc) · 2.35 KB

master

full changelog

v0.5.0

full changelog

  • Support rubocop-rspec v3+

v0.4.5

full changelog

  • Requires rubocop 1.30.0+

v0.4.4

full changelog

  • Migrate to --autocorrect and requires rubocop 1.3.0+
    • #48
    • --auto-correct-count is deprecated, use --autocorrect-count

v0.4.3

full changelog

  • Enable MFA requirement for gem releasing

v0.4.2

full changelog

  • Requires rubocop v1.13.0+ and drop ruby 2.4

v0.4.1

full changelog

  • Fixed. auto_correctable? doesn't work when cop has .support_autocorrect? and doesn't have #autocorrect

v0.4.0

full changelog

  • Add --all option for rubocop --auto-correct-all
    • #34
    • When --all arg is passed to rubocop_auto_corrector (e.g. rubocop_auto_corrector --all), run rubocop --auto-correct-all && git commit with each cop.
  • Upgrade rubocop and drop support ruby 2.3

v0.3.0

full changelog

  • Support rubocop-rails gem (requires rubocop 0.72.0+ and ruby 2.3.0+)

v0.2.0

full changelog

  • Support rubocop-performance gem

v0.1.0

  • first release