github rubocop/rubocop v1.18.3
RuboCop 1.18.3

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

Bug fixes

  • #9891: Fix --auto-gen-config bug for Style/HashSyntax. (@jonas054)
  • #9905: Fix false positive for single line concatenation in Layout/LineEndStringConcatenationIndentation. (@jonas054)
  • #9907: Fix an incorrect auto-correct for Lint/UselessTimes when using block argument for 1.times. (@koic)
  • #9869: Fix reference to file in configuration override warning. (@jonas054)
  • #9902: Fix an incorrect auto-correct for Style/BlockDelimiters when there is a comment after the closing brace. (@koic)
  • #8469: Add inspection of class << to Layout/SpaceAroundOperators. (@jonas054)
  • #9909: This PR fixes an incorrect auto-correct for Style/SingleLineMethods when using return, break, or next for one line method body in Ruby 3.0. (@koic)
  • #9914: Fix an error for Layout/HashAlignment when using aligned hash argument for proc.(). (@koic)

Don't miss a new rubocop release

NewReleases is sending notifications on new releases.