Skip to content

RuboCop 1.22.3

Compare
Choose a tag to compare
@bbatsov bbatsov released this 27 Oct 13:04
· 3011 commits to master since this release

Bug fixes

  • #10166: Fix a false positive for Style/StringLiterals when using some meta characters (e.g. '\s', '\z') with EnforcedStyle: double_quotes. (@koic)
  • #10216: Fix an incorrect autocorrect for Style/SelectByRegexp when using lvar =~ blockvar in a block. (@koic)
  • #10207: Fix false positive in Layout/DotPosition when the selector is on the same line as the closing bracket of the receiver. (@mvz)

Changes

  • #10209: Make Lint/DeprecatedConstants aware of Net::HTTPServerException. (@koic)