relnotes/v0.79.0.md
console and binding.console (rails/web-console) calls in Lint/Debuggers. (@gsamokovarov)pending status for new cops. (@Darhazer, @pirj)Style/PercentLiteralDelimiters from changing %i literals that contain escaped delimiters. (@buehmann)Layout/SpaceBeforeBlockBraces when using with EnforcedStyle: line_count_based of Style/BlockDelimiters cop. (@koic)Style/YodaCondition accept __FILE__ == $0. (@koic)Gemspec/OrderedDependencies when using a local variable in an argument of dependent gem. (@koic)Style/NumericPredicate aware of ignored methods when specifying ignored methods. (@koic)Style/FrozenStringLiteralComment infinite loop when magic comments are newline-separated. (@pirj)Migration/DepartmentName when a disable comment contains a plain comment. (@koic)Style/MultilineWhenThen for when statement with then is an array or a hash. (@koic)Layout/MultilineBlockLayout removing trailing comma with single argument. (@pawptart)Migration/DepartmentName when there is space around : (e.g. # rubocop : disable). (@koic)