relnotes/v0.80.0.md
` for descendant search. (@marcandre)AllowGemfileRubyComment configuration on Layout/LeadingCommentSpace. (@cetinajero)Style/HashTransformKeys and Style/HashTransformValues cops. (@djudd, @eugeneius)Migration/DepartmentName. (@koic)Layout/LineLength autocorrect now breaks up long lines with blocks. (@maxh)Style/HashEachMethods cop for Hash#each_key and Hash#each_value. (@jemmaissroff)BracesRequiredMethods parameter to Style/BlockDelimiters to require braces for specific methods such as Sorbet's sig. (@maxh)JUnitFormatter formatter based on rubocop-junit-formatter gem. (@koic)Steepfile to default Include list. (@ybiquitous)omit_parentheses style of Style/MethodCallWithArgsParentheses. (@gsamokovarov)undefined method on_numblock error when using Ruby 2.7's numbered parameters. (@hanachin)Layout/SpaceBeforeFirstArg when a vertical argument positions are aligned. (@koic)Style/MethodCallWithArgsParentheses that made --auto-gen-config crash. (@buehmann)Style/TernaryParentheses with Style/RedundantParentheses when using EnforcedStyle: require_parentheses_when_complex. (@koic)rubocop:disable comments on comment lines. (@jonas054)Style/OrAssignment when using elsif branch. (@koic)console from Lint/Debugger to prevent false positives. (@gsamokovarov)Style/BracesAroundHashParameters cop. (@pocke)Layout/EmptyLineBetweenDefs to help provide more context. (@rrosenblum)pp to allowed names of Naming/MethodParameterName cop in default config. (@masarakki)Lint/UselessSetterCall an "not safe" and improve documentation. (@jonas054)Migration/DepartmentName cop by default. (@koic)