Authors: Ramon Rodrigues
License: MIT
Summary: 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...