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 Added RuboCop cops to enforce code reuse rules 2018-09-11 15:00:18 +02:00
migration_helpers.rb Add cop for use of remove_column 2017-12-11 16:34:51 +00:00
qa_helpers.rb Cache current working directory to speed up Rubocop 2019-05-03 05:44:46 -07:00
rubocop.rb Add a rubocop for Rails.logger 2019-07-10 19:26:47 +00:00
spec_helpers.rb Cache current working directory to speed up Rubocop 2019-05-03 05:44:46 -07:00