relnotes/v1.79.1.md
Style/ArgumentsForwarding when the method arguments contain *, ** or &, and the method call contains self as the first argument. (@earlopain)Layout/EmptyLinesAfterModuleInclusion when prepend is used with block methods. (@koic)Style/RedundantParentheses when parentheses are used around a one-line rescue expression inside a ternary operator. (@koic)Lint/UselessAssignment when duplicate assignments in if branch inside a loop. (@koic)Lint/UselessAssignment with retry in rescue branch. (@earlopain)Style/RedundantParentheses when parentheses are used around a one-line rescue expression inside array or hash literals. (@koic)Naming/MethodName cop to detect offenses within alias and alias_method calls. (@viralpraxis)|| to Lint/LiteralAsCondition. (@zopolis4)