You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#9891: Fix --auto-gen-config bug for Style/HashSyntax. (@jonas054)
#9905: Fix false positive for single line concatenation in Layout/LineEndStringConcatenationIndentation. (@jonas054)
#9907: Fix an incorrect auto-correct for Lint/UselessTimes when using block argument for 1.times. (@koic)
#9869: Fix reference to file in configuration override warning. (@jonas054)
#9902: Fix an incorrect auto-correct for Style/BlockDelimiters when there is a comment after the closing brace. (@koic)
#8469: Add inspection of class << to Layout/SpaceAroundOperators. (@jonas054)
#9909: This PR fixes an incorrect auto-correct for Style/SingleLineMethods when using return, break, or next for one line method body in Ruby 3.0. (@koic)
#9914: Fix an error for Layout/HashAlignment when using aligned hash argument for proc.(). (@koic)