relnotes/v1.18.3.md
--auto-gen-config bug for Style/HashSyntax. (@jonas054)Layout/LineEndStringConcatenationIndentation. (@jonas054)Lint/UselessTimes when using block argument for 1.times. (@koic)Style/BlockDelimiters when there is a comment after the closing brace. (@koic)class << to Layout/SpaceAroundOperators. (@jonas054)Style/SingleLineMethods when using return, break, or next for one line method body in Ruby 3.0. (@koic)Layout/HashAlignment when using aligned hash argument for proc.(). (@koic)