relnotes/v0.77.0.md
Style/RedundantReturn to inspect conditional constructs that are preceded by other statements. (@buehmann)Layout/SpaceInsideArrayLiteralBrackets to correct empty lines. (@ayacai115)Style/SpaceAroundKeyword allows :: after super. (@ozydingo)Style/RedundantParentheses when calling a method with safe navigation operator. (@koic)n % 2 == 2) for Style/EvenOdd. (@buehmann)