github rubocop/rubocop v0.76.0
RuboCop 0.76

latest releases: v1.63.3, v1.63.2, v1.63.1...
4 years ago

Bug fixes

  • #7439: Make Style/FormatStringToken ignore percent escapes (%%). (@buehmann)
  • #7438: Fix assignment edge-cases in Layout/MultilineAssignmentLayout. (@gsamokovarov)
  • #7449: Make Style/IfUnlessModifier respect rubocop:disable comments for Metrics/LineLength. (@jonas054)
  • #7442: Fix an incorrect autocorrect for Style/SafeNavigation when an object check followed by a method call with a comment at EOL. (@koic)
  • #7434: Fix an incorrect autocorrect for Style/MultilineWhenThen when the body of when branch starts with then. (@koic)
  • #7464: Let Performance/StartWith and Performance/EndWith correct regexes that contain forward slashes. (@eugeneius)

Changes

  • #7465: Add os to allowed names of Naming/UncommunicativeMethodParamName cop in default config. (@nijikon)
  • #7446: Add merge to list of non-mutating methods. (@cstyles)
  • #7077: (Breaking) Rename Unneeded* cops to Redundant* (e.g., Style/UnneededPercentQ becomes Style/RedundantPercentQ). (@scottmatthewman)
  • #7396: Display assignments, branches, and conditions values with the offense. (@avmnu-sng)

Don't miss a new rubocop release

NewReleases is sending notifications on new releases.