gems rubocop 1.27.0
RuboCop 1.27

latest releases: 1.68.0, 1.67.0, 1.66.1...
2 years ago

New features

  • #10500: Add new Lint/RefinementImportMethods cop. (@koic)
  • #10438: Add new Style/RedundantInitialize cop to check for unnecessary initialize methods. (@dvandersluis)

Bug fixes

  • #10464: Fix an incorrect autocorrect for Lint/IncompatibleIoSelectWithFiberScheduler when using IO.select with read (or write) argument and using return value. (@koic)
  • #10506: Fix an error for Style/RaiseArgs when raise with new method without receiver. (@koic)
  • #10479: Fix a false positive for Lint/ShadowingOuterLocalVariable conditional statement and block variable. (@ydah)
  • #10189: Fix --display-style-guide so it works together with --format offenses. (@jonas054)
  • #10465: Fix false positive for Naming/BlockForwarding when the block argument is assigned. (@dvandersluis)
  • #10491: Improve the handling of comments in Lint/EmptyConditionalBody, Lint/EmptyInPattern and Lint/EmptyWhen when AllowComments is set to true. (@Darhazer)
  • #10504: Fix a false positive for Lint/UnusedMethodArgument when using raise NotImplementedError with optional arguments. (@koic)
  • #10494: Fix a false positive for Style/HashSyntax when return with one line if condition follows (without parentheses). (@koic)
  • #10311: Fix false negative inside do..end for Layout/RedundantLineBreak. (@jonas054)
  • #10468: Fix a false positive for Style/FileWrite when a splat argument is passed to f.write. (@koic)
  • #10474: Fix a false positive for Style/DoubleNegation with EnforcedStyle: allowed_in_returns when inside returned conditional clauses. (@ydah)
  • #10388: Fix an incorrectly adds a disable statement for Layout/SpaceInsideArrayLiteralBrackets with --disable-uncorrectable. (@ydah)
  • #10489: Fix a false positive for Lint/LambdaWithoutLiteralBlock when using lambda with a symbol proc. (@koic)

Changes

  • #10191: Add MaxChainLength option to Style/SafeNavigation and the option is 2 by default. (@ydah)

Don't miss a new rubocop release

NewReleases is sending notifications on new releases.