summaryrefslogtreecommitdiff
path: root/rubocop
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-12-26 16:30:36 +0800
committerLin Jen-Shin <godfat@godfat.org>2017-12-26 16:30:36 +0800
commitcc7a7aad80d9c5b8c03b12c3b961c2eadaab920c (patch)
tree8ac987730f35c85c521636d08b91671d3d03b46e /rubocop
parent29749f92b7f86d45af41509262601e47ee848d92 (diff)
downloadgitlab-ce-cc7a7aad80d9c5b8c03b12c3b961c2eadaab920c.tar.gz
Require our own custom cops; Remove missing cops41480-require-custom-cops
Also try to use the same config from EE
Diffstat (limited to 'rubocop')
-rw-r--r--rubocop/rubocop.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/rubocop/rubocop.rb b/rubocop/rubocop.rb
index 26087f15984..2f63babc425 100644
--- a/rubocop/rubocop.rb
+++ b/rubocop/rubocop.rb
@@ -1,4 +1,3 @@
-require_relative 'cop/active_record_dependent'
require_relative 'cop/gitlab/module_with_instance_variables'
require_relative 'cop/include_sidekiq_worker'
require_relative 'cop/migration/add_column'
@@ -18,6 +17,4 @@ 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/single_line_hook'
-require_relative 'cop/rspec/verbose_include_metadata'
require_relative 'cop/sidekiq_options_queue'