relnotes/v1.75.5.md
Layout/SpaceAfterSemicolon with Layout/SpaceBeforeSemicolon when a sequence of semicolons appears. (@koic)Lint/ArrayLiteralInRegexp cop error on empty interpolation. (@viralpraxis)Layout/HashAlignment. (@jonas054)Style/ArgumentsForwarding when using anonymous block argument forwarding to a method with a block. (@koic)Layout/LeadingCommentSpace to allow splitting long inline RBS comment signatures across multiple lines. (@Morriar)Lint/LiteralAsCondition cop error on if without body. (@viralpraxis)Lint/Void cop error on nested empty begin. (@viralpraxis)Style/IdenticalConditionalBranches cop failure in case of if node with implicit then. (@viralpraxis)Style/MethodCallWithArgsParentheses cop error on complex numbers when EnforcedStyle is set to omit_parentheses. (@viralpraxis)Style/TrailingCommaInArguments cop error if EnforcedStyleForMultiline is set to comma. (@viralpraxis)