relnotes/v1.16.1.md
Style/RedundantSelf to allow conditional nodes to use self in the condition when a variable named is shadowed inside. (@dvandersluis)Style/QuotedSymbols for hash-rocket hashes. (@dvandersluis)Layout/HashAlignment when setting EnforcedStyle: with_fixed_indentation of Layout/ArgumentAlignment and using misaligned keyword arguments. (@koic)omit_parentheses style of Style/MethodCallWithArgsParentheses. (@gsamokovarov)AllowComments option for Lint/EmptyInPattern. (@koic)