relnotes/v1.76.1.md
Lint/EmptyInterpolation when using primitives in interpolation. (@ka8725)Style/SafeNavigation when using ternary expression with index access call. (@koic)Style/SafeNavigation when using ternary expression with operator method call. (@koic)Style/RedundantArrayFlatten when Array#join is used with an argument other than the default nil. (@koic)Style/RedundantParentheses when using one-line in pattern matching in operator. (@koic)Naming/PredicateMethod cop error on empty parentheses method body. (@viralpraxis)Style/SafeNavigation cop error on indexed assignment in ternary expression. (@viralpraxis)Style/SafeNavigation invalid autocorrection on double colon method call. (@viralpraxis)