relnotes/v1.56.0.md
Bundler/DuplicatedGroup cop. (@OwlKing)rubocop.formatAutocorrectsAll execute command. (@koic)Style/RedundantReturn when returning value with guard clause and return is used. (@koic)Style/Alias when EncforcedStyle: prefer_alias and using alias with interpolated symbol argument. (@koic)Style/ClassEqualityComparison when comparing interpolated string class name for equality. (@koic)Style/LambdaCall when using nested lambda call x.().(). (@koic)Style/Alias when EncforcedStyle: prefer_alias_method and using alias with interpolated symbol argument. (@koic)Lint/SuppressedException when AllowNil: true is set and endless method definition is used. (@koic)Style/ArgumentsForwarding with additional args/kwargs in def/send nodes. (@owst)Style/SymbolArray false positives when using square brackets or interpolation in a symbol literal in a percent style array. (@jasondoc3)--fail-level A ignore non-correctable offenses at :info severity. (@naveg)