relnotes/v1.56.1.md
Layout/LeadingCommentSpace when using #+ or #- as they are not RDoc comments. (@koic)Bundler/DuplicatedGroup when groups are duplicated but source, git, platforms, or path values are different. (@koic)Style/MethodCallWithArgsParentheses when parentheses are used in one-line in pattern matching. (@koic)Bundler/DuplicatedGroup group declaration has keyword option. (@koic)Style/ArgumentsForwarding cop when forwarding kwargs/block arg and an additional arg. (@ydah)Style/ArgumentsForwarding cop when not always forwarding block. (@owst)Style/Lambda when using numbered parameter with a multiline -> call. (@koic)Style/RedundantParentheses when parentheses in super or yield call with multiline style argument. (@koic)Style/SymbolArray when %i array containing unescaped [, ], (, or ). (@koic)Style/RedundantSelfAssignmentBranch to handle heredocs. (@r7kamura)Gem::Requirement matcher and version parsing to support multiple version constraints. (@ItsEcholot)