Actions
Refactor #12584
closedInstanceMethods module in app/models/katello/glue/pulp/repo.rb is at rubocop length max
Description
The "InstanceMethods" module in glue/pulp/repo.rb is at 530 lines, which is the max that rubocop allows with the current settings.
IMO the best way to address this would be a commit that refactors without adding any additional functionality, so it can be tested and reviewed more easily.
Actions