relnotes/v1.81.7.md
Layout/HashAlignment when EnforcedStyle: with_fixed_indentation is specified for Layout/ArgumentAlignment. (@koic)Naming/PredicateMethod when using an in pattern with empty parentheses body. (@koic)Style/SoleNestedConditional when using nested single line if. (@koic)Style/ConstantVisibility when visibility is declared with multiple constants. (@koic)Style/FloatDivision when using Regexp.last_match or nth reference (e.g., $1). (@koic)Naming/MethodName when the first argument to alias contains interpolation. (@earlopain)