relnotes/v1.54.1.md
Lint/RedundantRegexpQuantifiers when interpolation is used in a regexp literal. (@koic)Layout/SpaceAfterComma with Layout/SpaceBeforeSemicolon when autocorrection conflicts. (@koic)Lint/UselessAssignment when part of a multiple assignment is enclosed in parentheses. (@koic)Metrics/MethodLength when using a heredoc in a block without block arguments. (@koic)Style/RedundantRegexpArgument when using safe navigation operator. (@koic)