relnotes/v0.73.0.md
AllowDoxygenCommentStyle configuration on Layout/LeadingCommentSpace. (@anthony-robin)MultilineWhenThen cop. (@okuramasafumi)--disable-uncorrectable flag to generate rubocop:disable comments. (@vergenzt, @jonas054)Layout/RescueEnsureAlignment when def line is preceded with private_class_method. (@tatsuyafw)Style/MixinUsage when using inside multiline block and if condition is after include. (@koic)Layout/RescueEnsureAlignment on assigned blocks. (@tatsuyafw)Layout/MultilineMethodCallIndentation on method chains inside an argument. (@buehmann)Layout/Tab detect tabs between string literals. (@buehmann)Layout/SpaceInsideBlockBraces when EnforcedStyle: no_space with SpaceBeforeBlockParameters: false are set in multiline block. (@koic)Layout/IndentHeredoc would remove empty lines when autocorrecting heredocs. (@buehmann)