A RuboCop plugin providing Style/CompactModuleNesting, which enforces a hybrid module/class nesting style: all namespace segments collapsed onto a single `module A::B::C` line, with the innermost class or module nested separately inside it.
Required Ruby Version
> 3.1.0
Authors
Ramon Rodrigues