github rubocop/rubocop v1.16.0
RuboCop 1.16

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

New features

  • #9841: Support guard if and unless syntax keywords of Ruby 2.7's pattern matching for Layout/SpaceAroundKeyword. (@koic)
  • #9812: Support auto-correction for Style/IdenticalConditionalBranches. (@koic)
  • #9833: Add new Style/InPatternThen cop. (@koic)
  • #9840: Adds AllowedReceivers option for Style/HashEachMethods. (@koic)
  • #9818: Support Ruby 2.7's in pattern syntax for Layout/CaseIndentation. (@koic)
  • #9793: Add Style/QuotedSymbols to enforce consistency in quoted symbols. (@dvandersluis)
  • #9825: Add new Lint/EmptyInPattern cop. (@koic)
  • #9834: Add new Style/MultilineInPatternThen cop. (@koic)

Bug fixes

  • #9822: Fix a false directive comment range for Lint/RedundantCopDisableDirective. (@koic)
  • #9819: Fix a false negative for Style/TopLevelMethodDefinition when defining a top-level method after a class definition. (@koic)
  • #9836: Fix incorrect corrections for Layout/HashAlignment when a kwsplat node is on the same line as a pair node with table style. (@dvandersluis)
  • #9805: Fix a false negative for Layout/HashAlignment when set EnforcedStyle: with_fixed_indentation of ArgumentAlignment. (@koic)
  • #9811: Fix an error for Layout/ArgumentAlignment with Layout/FirstHashElementIndentation when setting EnforcedStyle: with_fixed_indentation. (@koic)

Changes

  • #9809: Change Lint/SymbolConversion to only quote with double quotes, since Style/QuotedSymbols can now correct those to the correct quotes as per configuration. (@dvandersluis)

Don't miss a new rubocop release

NewReleases is sending notifications on new releases.