gitlab-org--gitlab-foss/spec/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_spec.rb Added RuboCop cops to enforce code reuse rules 2018-09-11 15:00:18 +02:00
qa_helpers_spec.rb Add a new QA::ElementWithPattern cop 2018-10-15 14:28:03 +02:00