Skip to content

Releases: prontolabs/pronto-rubocop

v0.11.5

20 Jan 13:45
v0.11.5
ab9339a
Compare
Choose a tag to compare
  • #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
v0.11.4
6f0d136
Compare
Choose a tag to compare

#72 support RUBOCOP_CONFIG mistakenly removed in #44 (@haseebab)

v0.11.3

09 Nov 08:25
v0.11.3
f55859f
Compare
Choose a tag to compare

v0.11.2

29 Jun 06:38
v0.11.2
18cd909
Compare
Choose a tag to compare

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
v0.11.1
6ff8005
Compare
Choose a tag to compare

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
v0.11.0
8c2a77b
Compare
Choose a tag to compare

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