summaryrefslogtreecommitdiff
path: root/rubocop/rubocop.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-07-04 18:57:13 -0500
committerDouwe Maan <douwe@selenight.nl>2017-07-05 11:12:00 -0500
commit873b40555b582638992e7cdeb2081c29d08cae05 (patch)
treee0bef2f35e1c5a44c83b7680dfa1d4c05797048d /rubocop/rubocop.rb
parentfe13f110412d85c05dc68e5ee1db499f681bf722 (diff)
downloadgitlab-ce-873b40555b582638992e7cdeb2081c29d08cae05.tar.gz
Add ProjectPathHelper cop
Diffstat (limited to 'rubocop/rubocop.rb')
-rw-r--r--rubocop/rubocop.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/rubocop/rubocop.rb b/rubocop/rubocop.rb
index 55d7708fa8c..69b4b29507c 100644
--- a/rubocop/rubocop.rb
+++ b/rubocop/rubocop.rb
@@ -3,6 +3,7 @@ require_relative 'cop/gem_fetcher'
require_relative 'cop/activerecord_serialize'
require_relative 'cop/redirect_with_status'
require_relative 'cop/polymorphic_associations'
+require_relative 'cop/project_path_helper'
require_relative 'cop/migration/add_column'
require_relative 'cop/migration/add_column_with_default_to_large_table'
require_relative 'cop/migration/add_concurrent_foreign_key'