relnotes/v1.12.1.md
EnforcedStyle: require_parentheses of Style/MethodCallWithArgsParentheses with EnforcedStyle: conditionals of Style/AndOr. (@koic)Layout/EmptyLineAfterGuardClause when using guard clause is after rubocop:enable comment. (@koic)Style/MethodCallWithArgsParentheses's omit_parentheses style to avoid endless range ambiguity. (@gsamokovarov)Layout/MultilineMethodCallIndentation triggering on method calls that look like operators. (@dvandersluis)Layout/LineLength when over limit at right hand side of multiple assignment. (@koic)Style/RedundantBegin removing comments on assignment statement correction. (@marcotc)Lint/AmbiguousOperator with Style/MethodCallWithArgsParentheses. (@koic)Style/SingleLineMethods when using single line class method definition. (@koic)Style/MultilineMethodSignature when line break after opening parenthesis. (@koic)Style/HashConversion when using multi-argument Hash[] as a method argument. (@koic)