Rubocop Github Versions Save

Code style checking for GitHub's Ruby projects

v0.20.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/github/rubocop-github/compare/v0.19.0...v0.20.0

v0.19.0

1 year ago

Significant Changes

Other Changes

New Contributors

Full Changelog: https://github.com/github/rubocop-github/compare/v0.18.0...v0.19.0

v0.18.0

1 year ago
  • Changed: Layout/IndentationWidth cop enabled by default
  • Changed: Use the new Cop::Base API instead of the deprecated Cop::Cop
  • Removed: support for Ruby 2.6
  • Removed: deprecated config files for RuboCop < 0.68

v0.17.0

2 years ago
  • Remove version constraints for rubocop, rubocop-performance, and rubocop-rails
  • Test against Ruby 3.1

v0.16.2

2 years ago
  • Add support for rendering ViewComponents with_content

    Joel Hawksley

v0.16.0

3 years ago
  • No longer supporting rendering the component constant: render(MyComponent)

  • Allowing components to render collections: render(MyComponent.with_collection)

v0.15.0

4 years ago

This locks the rubocop dependency explicitly, because rubocop has made breaking changes on more or less every minor (pre-1.0) release up until now. If you need to pin to a lower version, then the 0.14.0 release will still let you do that.