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-12-15 00:08:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-15 00:08:30 +0300
commita64e7a40667471a1a6594df04476b3c99cabbe3c (patch)
tree8f89c98a3c152934bcac96b4976c1a430ffe32c6 /.rubocop_todo/rails
parent870dfaa9127e114a6ea2066220760815063fb3de (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo/rails')
-rw-r--r--.rubocop_todo/rails/content_tag.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.rubocop_todo/rails/content_tag.yml b/.rubocop_todo/rails/content_tag.yml
deleted file mode 100644
index d54bd97cc08..00000000000
--- a/.rubocop_todo/rails/content_tag.yml
+++ /dev/null
@@ -1,9 +0,0 @@
----
-# Cop supports --autocorrect.
-Rails/ContentTag:
- Details: grace period
- Exclude:
- - 'app/helpers/avatars_helper.rb'
- - 'app/helpers/page_layout_helper.rb'
- - 'lib/gitlab/middleware/go.rb'
- - 'spec/helpers/avatars_helper_spec.rb'