Pronto Rubocop Versions Save

Pronto runner for Rubocop, ruby code analyzer

v0.11.5

1 year ago
  • #79 update PatchCop to support spanning errors (@nevinera)
  • #83 fix crash with RuboCop >= 1.41.0 when there are no corrections

v0.11.4

1 year ago

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

v0.11.3

1 year ago
  • #76 fix compatibility with RuboCop 1.38+ (thanks @renatolond!)

v0.11.2

1 year ago

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

3 years ago

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

3 years ago

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