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:
Diffstat (limited to '.rubocop_todo/rails/http_status.yml')
-rw-r--r--.rubocop_todo/rails/http_status.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.rubocop_todo/rails/http_status.yml b/.rubocop_todo/rails/http_status.yml
new file mode 100644
index 00000000000..1a8ece49304
--- /dev/null
+++ b/.rubocop_todo/rails/http_status.yml
@@ -0,0 +1,9 @@
+---
+# Cop supports --auto-correct.
+Rails/HttpStatus:
+ Exclude:
+ - 'app/controllers/concerns/invisible_captcha_on_signup.rb'
+ - 'app/controllers/projects/runner_projects_controller.rb'
+ - 'app/controllers/projects/service_ping_controller.rb'
+ - 'app/controllers/repositories/lfs_storage_controller.rb'
+ - 'ee/app/controllers/trials_controller.rb'