gems rubocop 1.17.0
RuboCop 1.17

latest releases: 1.66.1, 1.66.0, 1.65.1...
3 years ago

New features

  • #9626: Disable all cop department with directive comment. (@AndreiEres)
  • #9827: Add basic auth support to download raw yml config from private repo. (@AirWick219)
  • #9873: Support one-line pattern matching syntax for Layout/SpaceAroundKeyword and Layout/SpaceAroundOperators. (@koic)
  • #9857: Support Ruby 2.7's pattern matching for Layout/IndentationWidth cop. (@koic)
  • #9877: Support Ruby 2.7's in pattern syntax for Lint/LiteralAsCondition. (@koic)
  • #9855: Support Ruby 2.7's pattern matching for Style/IdenticalConditionalBranches cop. (@koic)

Bug fixes

  • #9874: Fix a false positive for Style/RegexpLiteral when using %r regexp literal with EnforcedStyle: omit_parentheses of Style/MethodCallWithArgsParentheses. (@koic)
  • #9876: Fix empty line after guard clause with and return and heredoc. (@AndreiEres)
  • #9861: Fix error in Layout/HashAlignment with an empty hash literal. (@dvandersluis)
  • #9867: Fix an incorrect auto-correct for Layout/DotPosition when using only dot line. (@koic)

Don't miss a new rubocop release

NewReleases is sending notifications on new releases.