github rubocop/rubocop v0.32.1
RuboCop 0.32.1

latest releases: v1.63.3, v1.63.4, v1.63.2...
8 years ago

New features

  • Debugger cop now checks catches methods called with arguments. (@crazydog115)

Bugs fixed

  • Make it possible to disable Lint/UnneededDisable. (@jonas054)
  • #1958: Show name of Lint/UnneededDisable when -D/--display-cop-names is given. (@jonas054)
  • Do not show Style/NonNilCheck offenses as corrected when the source code is not modified. (@rrosenblum)
  • Fix auto-correct in Style/RedundantReturn when return has no arguments. (@lumeet)
  • #1955: Fix false positive for Style/TrailingComma cop. (@mattjmcnaughton)
  • #1928: Avoid auto-correcting two alignment offenses in the same area at the same time. (@jonas054)
  • #1964: Fix RedundantBegin auto-correct issue with comments by doing a smaller correction. (@jonas054)
  • #1978: Don't count disabled offences if fail-level is autocorrect. (@sch1zo)
  • #1986: Fix Date false positives on variables. (@palkan)

Changes

Don't miss a new rubocop release

NewReleases is sending notifications on new releases.