diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-12-07 16:29:39 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-12-07 16:57:26 -0500 |
commit | 2379c8beeac600c3352e33fda0c2b4f4f39c8b84 (patch) | |
tree | 52af8dd15a44bc8aeb508682fb26d8d28f7909bc /lib | |
parent | 175f482c3cd584ba73c66e65aa180c1107e72913 (diff) | |
download | gitlab-ce-rs-validators.tar.gz |
Inline Gitlab::Blacklist in NamespaceValidatorrs-validators
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/blacklist.rb | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/lib/gitlab/blacklist.rb b/lib/gitlab/blacklist.rb deleted file mode 100644 index 43145e0ee1b..00000000000 --- a/lib/gitlab/blacklist.rb +++ /dev/null @@ -1,34 +0,0 @@ -module Gitlab - module Blacklist - extend self - - def path - %w( - admin - dashboard - files - groups - help - profile - projects - search - public - assets - u - s - teams - merge_requests - issues - users - snippets - services - repository - hooks - notes - unsubscribes - all - ci - ) - end - end -end |