diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2018-02-01 15:44:36 +0100 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2018-02-01 15:44:36 +0100 |
commit | 4aedec11922c1794652c342a8cb9767a1ad04756 (patch) | |
tree | e1ea27fe66e845b18f9fceb117e1402d5ff51efd /scripts | |
parent | 5b73e0eb35f5b9b78c228a4867ef78538ef05653 (diff) | |
download | gitlab-ce-4aedec11922c1794652c342a8cb9767a1ad04756.tar.gz |
Ban Rugged from Repositoryban-rugged-app-models
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/lint-rugged | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/lint-rugged b/scripts/lint-rugged index 03f780f880b..cabd083e9f9 100755 --- a/scripts/lint-rugged +++ b/scripts/lint-rugged @@ -1,7 +1,7 @@ #!/usr/bin/env ruby ALLOWED = [ - # Can be deleted (?) once rugged is no longer used in production. Doesn't make Rugged calls. + # Can be fixed once Rugged is no longer used in production. Doesn't make Rugged calls. 'config/initializers/8_metrics.rb', # Can be deleted once wiki's are fully (mandatory) migrated @@ -13,9 +13,6 @@ ALLOWED = [ # Needs to be migrated, https://gitlab.com/gitlab-org/gitaly/issues/954 'lib/tasks/gitlab/cleanup.rake', - # https://gitlab.com/gitlab-org/gitaly/issues/961 - 'app/models/repository.rb', - # The only place where Rugged code is still allowed in production 'lib/gitlab/git/' ].freeze |