relnotes/v0.76.0.md
Style/FormatStringToken ignore percent escapes (%%). (@buehmann)Layout/MultilineAssignmentLayout. (@gsamokovarov)Style/IfUnlessModifier respect rubocop:disable comments for Metrics/LineLength. (@jonas054)Style/SafeNavigation when an object check followed by a method call with a comment at EOL. (@koic)Style/MultilineWhenThen when the body of when branch starts with then. (@koic)Performance/StartWith and Performance/EndWith correct regexes that contain forward slashes. (@eugeneius)os to allowed names of Naming/UncommunicativeMethodParamName cop in default config. (@nijikon)merge to list of non-mutating methods. (@cstyles)Unneeded* cops to Redundant* (e.g., Style/UnneededPercentQ becomes Style/RedundantPercentQ). (@scottmatthewman)