Ability to disable warning "no department given for MethodLength. Run `rubocop -a --only Migration/DepartmentName` to fix." · Issue #7717 · rubocop/rubocop
It is very hard for my little brain to remember namespaces for each rubocop rule I disable. It is much easier to write def parse value # rubocop:disable MethodLength rather than def parse value # r...