relnotes/v1.56.3.md
Layout/EmptyLineAfterGuardClause allow :nocov: directive after guard clause. (@koic)Layout/SpaceAfterNot when a newline is present after !. (@ymap)Layout/RedundantLineBreak when using quoted symbols with a single newline. (@ymap)Layout/SpaceAroundOperators when aligning operators vertically. (@koic)Style/ArrayIntersect when using block argument for Enumerable#any?. (@koic)Style/EmptyCaseCondition when using return, break, next or method call before empty case condition. (@koic)Bundler/DuplicatedGroup when there's a duplicate set of groups and the group value contains a splat. (@koic)Lint/UselessAssignment when variables are assigned using chained assignment and remain unreferenced. (@koic)Lint/UselessAssignment when variables are assigned with sequential assignment using the comma operator and unreferenced. (@koic)Style/SoleNestedConditional when comment is in an empty nested if body. (@ymap)Style/MultilineTernaryOperator when returning a multiline ternary operator expression with safe navigation method call. (@koic)Style/ArgumentsForwarding when there are repeated send nodes. (@owst)Layout/HeredocIndentation. (@tagliala)