relnotes/v1.36.0.md
AllowOnSelfClass option to Style/CaseEquality. (@sambostock)Layout/SpaceInsideBlockBraces when EnforcedStyle is no_space and using multiline block. (@ydah)Lint/EmptyConditionalBody when some conditional branch is empty. (@ydah)Style/HashTransformKeys and Style/HashTransformValues when not using transformed block argument. (@koic)Style/RedundantParentheses when using parentheses with pin operator except for variables. (@Tietew)Lint/ShadowingOuterLocalVariable when conditional with if/elsif/else branches. (@ydah)AllowedPatterns of Lint/AmbiguousBlockAssociation when using a method chain. (@jcalvert)Layout/IndentationWidth when using aligned empty else in pattern matching. (@koic)Style/PerlBackrefs. (@r7kamura)Style/EachForSimpleLoop. (@r7kamura)as to AllowedNames in default configuration for Naming/MethodParameterName cop. (@koic)Style/AccessModifierDeclarations. (@r7kamura)-V option. (@koic)