Releases: prontolabs/pronto-rubocop
Releases · prontolabs/pronto-rubocop
v0.11.5
- #79 update PatchCop to support spanning errors (@nevinera)
- #83 fix crash with RuboCop >= 1.41.0 when there are no corrections
v0.11.2
Changes
- #66 fix Style/HashConversion warning
- #70 enable suggestions when a line has multiple offenses
- #73 add "info" severity
- fix regression with RuboCop 1.30+
v0.11.1
Changes
- #62 bump minimum version of RuboCop to
0.63.1
- #63 fix compatibility with older RuboCop versions
- #60 add support for RuboCop >=
1.0
v0.11.0
New features
- #39 Suggestion code blocks in messages
- support RuboCop versions earlier than 1.0 via #42, #51 and #56
Changes
- #44 add tests for configure severity via config file
- add Ruby 3.0 to CI