relnotes/v1.79.2.md
Layout/EmptyLinesAroundClassBody when a class body starts with a blank line and defines a multiline superclass. (@koic)Layout/EmptyLinesAroundArguments with multiline strings that contain only whitespace. (@earlopain)Layout/EmptyLinesAfterModuleInclusion when inclusion is called with modifier. (@r7kamura)Lint/UselessAssignment when duplicate assignments appear in if branch inside a loop and the variable is used outside while loop. (@koic)Style/MapToHash when using to_h with block argument. (@koic)Style/MapToSet when using to_set with block argument. (@koic)Style/SafeNavigation when ternary expression with operator method call with method chain. (@koic)Style/RedundantParentheses. (@lovro-bikic)