[Fix #6566] Fix a false positive for `Layout/EmptyLinesAroundAccessModifier` by koic · Pull Request #6576 · rubocop/rubocop
Fixes #6566. This PR fixes a false positive for Layout/EmptyLinesAroundAccessModifier when at the end of specifying a superclass is missing blank line. The following is originally no offense code. ...