relnotes/v1.75.3.md
#: after end keyword in Style/CommentedKeyword. (@dak2)Layout/EmptyLineAfterGuardClause when calling a method on the result of a single-line if with return. (@koic)Style/RedundantParentheses when using parens around singleton method body. (@koic)EnforcedStyleForMultiline: diff_comma of Style/TrailingCommaInArrayLiteral and Style/TrailingCommaInHashLiteral when trailing comma with comment. (@koic)Style/RedundantParentheses when using some operator methods with a parenthesized argument. (@koic)Layout/MultilineOperationIndentation cop error on indexasgn node without arguments. (@viralpraxis)Style/ClassAndModuleChildren cop error on one-liner class definition and nested enforced style. (@viralpraxis)Style/ConditionalAssignment cop error on one-line if-then-else. (@viralpraxis)Style/ConditionalAssignment cop error on indexed assignment without arguments. (@viralpraxis)Style/RedundantLineContinuation cop error on multiline assignment with line continuation. (@viralpraxis)Style/SafeNavigation with longer && chain (e.g. a && a.b && a.b.c). (@lovro-bikic)Style/MapIntoArray when using push or append with hash argument without braces. (@lovro-bikic)Style/RedundantParentheses. (@lovro-bikic)References over Reference in cop configs. (@sambostock)