summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/models/project.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/project.rb b/app/models/project.rb
index cfe40553ab5..390e1457ca1 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -116,7 +116,6 @@ class Project < ActiveRecord::Base
validates :path,
presence: true,
length: { within: 0..255 },
- exclusion: { in: Gitlab::Blacklist.path },
format: { with: Gitlab::Regex.path_regex,
message: Gitlab::Regex.path_regex_message }
validates :issues_enabled, :merge_requests_enabled,