relnotes/v1.48.0.md
Lint/MissingSuper when no super call and when defining some method. (@koic)Style/Documentation when namespace is a variable. (@koic)Style/IfWithBooleanLiteralBranches when using () as a condition. (@koic)Style/NegatedIfElseCondition when using () as a condition. (@koic)Lint/OrAssignmentToConstant when using or-assignment to a constant in method definition. (@koic)Style/BlockDelimiters when multi-line blocks to { and } with arithmetic operation method chain. (@koic)Lint/UselessAccessModifier when using same access modifier inside and outside the included block. (@ydah)-f json. (@jasondoc3)Style/AccessorGrouping: Fix detection of Sorbet sig {} blocks. (@issyl0)Style/IfUnlessModifier when the modifier form expression has long comment. (@nobuyo)MinBranchesCount config for Style/CaseLikeIf cop. (@fatkodima)