Add Project name validation
This commit is contained in:
parent
c4536ae587
commit
17ea019f4e
2 changed files with 7 additions and 1 deletions
|
@ -6,6 +6,10 @@ module Gitlab
|
|||
default_regex
|
||||
end
|
||||
|
||||
def project_name_regex
|
||||
default_regex
|
||||
end
|
||||
|
||||
def path_regex
|
||||
default_regex
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue