relnotes/v0.74.0.md
Style/TrailingMethodEndStatement work on more than the first def. (@buehmann)Lint/UnneededSplatExpansion when the splat expansion of Array.new with a block is assigned to a variable. (@rrosenblum)Layout/SpaceInsideStringInterpolation on interpolations with multiple statements. (@buehmann)Metrics/LineLength aware of shebang. (@koic)Layout/IndentationWidth when using EnforcedStyle: outdent of Layout/AccessModifierIndentation. (@koic)Style/ConditionalAssignment would swallow a nested if condition. (@buehmann)Style/ConstantVisibility work on non-trivial class and module bodies. (@buehmann)Layout/ExtraSpacing cop to handle nested consecutive assignments. (@jfelchner)Style/GuardClause. (@jonas054)