rubocop-style-compact_nesting 0.1.2
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.
Gemfile:
=
install:
=
Runtime Dependencies (2):
lint_roller
~> 1.1
rubocop
>= 1.72, < 2.0