relnotes/v1.76.0.md
Naming/PredicateMethod cop to check that predicate methods end with ? and non-predicate methods do not. (@dvandersluis)Style/EmptyStringInsideInterpolation cop. (@zopolis4)Style/RedundantArrayFlatten. (@lovro-bikic)Lint/UselessOr. (@lovro-bikic)Gemspec department cops to detect offenses if specification variable is it or a numbered parameter. (@viralpraxis)Lint/UselessDefaultValueArgument. (@lovro-bikic)Style/RedundantParentheses when using a one-line rescue expression as a method argument. (@koic)Style/RedundantParentheses when using one-line pattern matching. (@koic)Style/SafeNavigation when a ternary expression is used in a method argument. (@steiley)Lint/LiteralAsCondition autocorrect when branches of a condition have comments. (@zopolis4)EnforcedStyle: allow_single_line as the default to Style/ItBlockParameter. (@koic)Lint/ShadowingOuterLocalVariable by default. (@nekketsuuu)!=) in Lint/IdentityComparison. (@lovro-bikic)