Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-09-14 18:12:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-14 18:12:56 +0300
commitc014b6b4e5c33180dd5cbff1dd1bb4623d1eca80 (patch)
tree0aa4dbf0c9236ebd669b26240a18c08aef2cc50e /.rubocop_todo/rails
parent16daf112d6cfe2c87d8837382a00d88aa8c0ff5c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo/rails')
-rw-r--r--.rubocop_todo/rails/application_controller.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.rubocop_todo/rails/application_controller.yml b/.rubocop_todo/rails/application_controller.yml
deleted file mode 100644
index d53fd3411d3..00000000000
--- a/.rubocop_todo/rails/application_controller.yml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-# Cop supports --auto-correct.
-Rails/ApplicationController:
- Exclude:
- - 'app/controllers/acme_challenges_controller.rb'
- - 'app/controllers/chaos_controller.rb'
- - 'app/controllers/health_controller.rb'
- - 'app/controllers/metrics_controller.rb'
- - 'ee/app/controllers/oauth/geo_auth_controller.rb'
- - 'ee/spec/helpers/ee/integrations_helper_spec.rb'
- - 'lib/gitlab/base_doorkeeper_controller.rb'
- - 'lib/gitlab/request_forgery_protection.rb'
- - 'spec/controllers/concerns/continue_params_spec.rb'