diff options
author | Rémy Coutable <remy@rymai.me> | 2018-03-30 17:18:12 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-04-06 17:41:52 +0200 |
commit | 4b035896c4ed188c0b4ab0e0b5d1d97e4fef9886 (patch) | |
tree | fe2c72f9a850a1d16f05e05b85f82cd090b57c7f /rubocop/rubocop.rb | |
parent | 0fff9db5eac32ae42cc06e31447104ae15c93675 (diff) | |
download | gitlab-ce-4b035896c4ed188c0b4ab0e0b5d1d97e4fef9886.tar.gz |
Introduce a new FactoriesInMigrationSpecs cop
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'rubocop/rubocop.rb')
-rw-r--r-- | rubocop/rubocop.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rubocop/rubocop.rb b/rubocop/rubocop.rb index 0b4c7d31442..406ec95ffc9 100644 --- a/rubocop/rubocop.rb +++ b/rubocop/rubocop.rb @@ -21,4 +21,5 @@ require_relative 'cop/migration/update_column_in_batches' require_relative 'cop/migration/update_large_table' require_relative 'cop/project_path_helper' require_relative 'cop/rspec/env_assignment' +require_relative 'cop/rspec/factories_in_migration_specs' require_relative 'cop/sidekiq_options_queue' |