Releases: prontolabs/pronto-rubocop
Releases · prontolabs/pronto-rubocop
v0.11.6
11 Jan 13:11
Compare
Sorry, something went wrong.
No results found
#85 : respect files explicitly included via .rubocop.yml (implemented in #16 and broken via #36 ) by @tejanium
#91 : fix deprecated method warnings with Rubocop 1.65+ by @ramil350
add Ruby 3.3 and 3.4 to the CI matrix
add Trusted Publishing workflow
v0.11.5
20 Jan 13:45
Compare
Sorry, something went wrong.
No results found
#79 update PatchCop to support spanning errors (@nevinera )
#83 fix crash with RuboCop >= 1.41.0 when there are no corrections
v0.11.4
31 Dec 10:33
Compare
Sorry, something went wrong.
No results found
v0.11.3
09 Nov 08:25
Compare
Sorry, something went wrong.
No results found
v0.11.2
29 Jun 06:38
Compare
Sorry, something went wrong.
No results found
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
19 Feb 12:27
Compare
Sorry, something went wrong.
No results found
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
31 Jan 06:05
Compare
Sorry, something went wrong.
No results found
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