github rubocop/rubocop v0.73.0
RuboCop 0.73

latest releases: v1.63.5, v1.63.3, v1.63.4...
4 years ago

New features

Bug fixes

  • #7170: Fix a false positive for Layout/RescueEnsureAlignment when def line is preceded with private_class_method. (@tatsuyafw)
  • #7186: Fix a false positive for Style/MixinUsage when using inside multiline block and if condition is after include. (@koic)
  • #7099: Fix an error of Layout/RescueEnsureAlignment on assigned blocks. (@tatsuyafw)
  • #5088: Fix an error of Layout/MultilineMethodCallIndentation on method chains inside an argument. (@buehmann)
  • #4719: Make Layout/Tab detect tabs between string literals. (@buehmann)
  • #7203: Fix an infinite loop error for Layout/SpaceInsideBlockBraces when EnforcedStyle: no_space with SpaceBeforeBlockParameters: false are set in multiline block. (@koic)
  • #6653: Fix a bug where Layout/IndentHeredoc would remove empty lines when autocorrecting heredocs. (@buehmann)

Changes

  • #7181: Sort analyzed file alphabetically. (@pocke)
  • #7188: Include inspected file location in auto-correction error. (@pocke)

Don't miss a new rubocop release

NewReleases is sending notifications on new releases.