ackama / rails-template

Application template for Rails 7 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.
Other
303 stars 15 forks source link

Enable class and module children cop #549

Closed robotdana closed 1 month ago

robotdana commented 5 months ago

https://docs.rubocop.org/rubocop/cops_style.html#styleclassandmodulechildren

there was some discussion in the ruby guild meeting and in slack

https://ackama.slack.com/archives/CTXRR56JD/p1715895284411699

we eventually agreed it was better for consistency

and also for it's a rubocop default and people expect the autocorrect to happen