I'm using ActiveAdmin, where the DSL predisposes you to forming large blocks. Thus, rubocop says:
Block has too many lines
- I want to warn when non-active-admin files have large blocks.
- I want to ignore large blocks in ActiveAdmin.
I do not want to add a per-file ignore instructions, (docs):
# rubocop:disable BlockLength
- Ignoring the whole directory won't work, since other things could be missed.
I might consider some config for ActiveAdmin that will globally affect all of its registries, but I'd ideally put the config in the rubocop dotfile.