relnotes/v1.80.0.md
Style/BitwisePredicate when using & with LHS flags in conjunction with == for comparisons. (@koic)Style/For with save navigation in the collection. (@earlopain)Lint/DuplicateRegexpCharacterClassElement is enabled. (@earlopain)Lint/UselessAssignment when duplicate assignments appear in nested if branches inside a loop and the variable is used outside while loop. (@koic)Naming/MethodName when an operator method is defined using a string. (@koic)Style/RedundantParentheses when do...end block is wrapped in parentheses as a method argument. (@koic)Style/SafeNavigation. (@issyl0)Layout/EmptyLinesAfterModuleInclusion when include does not have exactly one argument. (@issyl0)Style/SafeNavigation cop to preserve existing safe navigation in fixed code. (@martinemde)Lint/UselessAssignment with for loops when the variable is referenced in the collection. (@earlopain)Style/RedundantCondition with a parenthesised method call in the condition. (@earlopain)Lint/SelfAssignment to handle indexed assignment with multiple arguments. (@viralpraxis)AutoCorrect and Include from configuration parameters. (@r7kamura)Style/RedundantBegin aware of case pattern matching. (@koic)Style/ArrayIntersect. (@lovro-bikic)TextDocumentSyncKind.Incremental. (@tmtm)Style/RedundantBegin to register begin blocks inside if, unless, case, while and until as redundant. (@dvandersluis)