relnotes/v1.76.2.md
Lint/EmptyInterpolation when using a boolean literal inside interpolation. (@koic)Lint/UselessDefaultValueArgument when fetch call without a receiver. (@koic)Style/ConditionalAssignment cop when using one-line branches. (@viralpraxis)Style/RedundantParentheses when using parenthesized one-line pattern matching in endless method definition. (@koic)Style/RedundantSelf when local variable assignment name is used in nested if. (@koic)Lint/SafeNavigationChain when a safe navigation is used on the left-hand side of a - operator when inside an array. (@koic)AllowedPatterns and AllowBangMethods configuration to Naming/PredicateMethod. (@dvandersluis)Lint/AmbiguousRange. (@lovro-bikic)Lint/UselessAccessModifier. (@lovro-bikic)Style/MinMaxComparison. (@lovro-bikic)