Releases: luizfonseca/github-actions-rubocop
Releases · luizfonseca/github-actions-rubocop
2.0.0
What's Changed
- Breaking change: if you are looking for older Ruby versions, please use <= 1.5.6.
- feat!: Ruby 3+ support by @luizfonseca in #5
New Contributors
- @luizfonseca made their first contribution in #5
Full Changelog: 1.5.6...2.0.0
1.5.6: Merge pull request #1 from simeg/print-offenses
Print offenses when failure
Add rubocop-rspec support
1.5.5 Add rubocop-rspec
Update Rubocop to 0.80.1
1.5.0 Update entrypoint.sh
Update Rubocop, Rubocop Performance and add Rubocop Rails
This release updates all gems to their latest versions (therefore not compatible with the previous 1.3.2 release) and add support for Rails projects and rubocop configurations.
1.3.2
Update action.yml
1.3.1
Update entrypoint.sh
1.3
Update Dockerfile
1.2.2
Fixes
Dockerfile update
Now it includes the necessary make
files.