gitlab-org--gitlab-foss/rubocop
Yorick Peterse cc6619a80f
Extend cop for verifying injecting of EE modules
This extends the InjectEnterpriseEditionModule RuboCop cop so that it
verifies the following:

1. The line number the injection occurs on (as before).
2. The method used (e.g. prepend instead of prepend_if_ee).
3. The argument type passed when using the new module injection methods.
2019-07-30 14:52:54 +02:00
..
cop Extend cop for verifying injecting of EE modules 2019-07-30 14:52:54 +02:00
code_reuse_helpers.rb
migration_helpers.rb
qa_helpers.rb
rubocop.rb
spec_helpers.rb