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/content_tag.yml')
-rw-r--r--.rubocop_todo/rails/content_tag.yml62
1 files changed, 4 insertions, 58 deletions
diff --git a/.rubocop_todo/rails/content_tag.yml b/.rubocop_todo/rails/content_tag.yml
index 33f6dd36008..d54bd97cc08 100644
--- a/.rubocop_todo/rails/content_tag.yml
+++ b/.rubocop_todo/rails/content_tag.yml
@@ -1,63 +1,9 @@
---
-# Cop supports --auto-correct.
+# Cop supports --autocorrect.
Rails/ContentTag:
- # Offense count: 163
- # Temporarily disabled due to too many offenses
- Enabled: false
+ Details: grace period
Exclude:
- - 'app/controllers/concerns/wiki_actions.rb'
- - 'app/helpers/appearances_helper.rb'
- - 'app/helpers/application_helper.rb'
- 'app/helpers/avatars_helper.rb'
- - 'app/helpers/blob_helper.rb'
- - 'app/helpers/breadcrumbs_helper.rb'
- - 'app/helpers/button_helper.rb'
- - 'app/helpers/ci/pipelines_helper.rb'
- - 'app/helpers/ci/runners_helper.rb'
- - 'app/helpers/ci/status_helper.rb'
- - 'app/helpers/clusters_helper.rb'
- - 'app/helpers/commits_helper.rb'
- - 'app/helpers/diff_helper.rb'
- - 'app/helpers/dropdowns_helper.rb'
- - 'app/helpers/emails_helper.rb'
- - 'app/helpers/environment_helper.rb'
- - 'app/helpers/events_helper.rb'
- - 'app/helpers/groups_helper.rb'
- - 'app/helpers/hooks_helper.rb'
- - 'app/helpers/icons_helper.rb'
- - 'app/helpers/issuables_helper.rb'
- - 'app/helpers/issues_helper.rb'
- - 'app/helpers/labels_helper.rb'
- - 'app/helpers/listbox_helper.rb'
- - 'app/helpers/markup_helper.rb'
- - 'app/helpers/notes_helper.rb'
- - 'app/helpers/projects_helper.rb'
- - 'app/helpers/repository_languages_helper.rb'
- - 'app/helpers/search_helper.rb'
- - 'app/helpers/tab_helper.rb'
- - 'app/helpers/timeboxes_helper.rb'
- - 'app/helpers/todos_helper.rb'
- - 'app/helpers/users_helper.rb'
- - 'app/helpers/version_check_helper.rb'
- - 'app/helpers/wiki_helper.rb'
- - 'app/presenters/ci/pipeline_presenter.rb'
- - 'app/presenters/merge_request_presenter.rb'
- - 'app/presenters/project_presenter.rb'
- - 'app/serializers/analytics/cycle_analytics/stage_entity.rb'
- - 'app/serializers/entity_date_helper.rb'
- - 'app/services/system_notes/base_service.rb'
- - 'app/services/system_notes/commit_service.rb'
- - 'ee/app/helpers/ee/button_helper.rb'
- - 'ee/app/helpers/ee/geo_helper.rb'
- - 'ee/app/helpers/ee/groups_helper.rb'
- - 'ee/app/helpers/ee/issuables_helper.rb'
- - 'ee/app/helpers/ee/lock_helper.rb'
- - 'ee/app/helpers/ee/namespaces_helper.rb'
- - 'ee/app/helpers/ee/search_helper.rb'
- - 'ee/lib/gitlab/expiring_subscription_message.rb'
- - 'lib/banzai/filter/autolink_filter.rb'
- - 'lib/banzai/filter/gollum_tags_filter.rb'
- - 'lib/gitlab/emoji.rb'
- - 'lib/gitlab/form_builders/gitlab_ui_form_builder.rb'
+ - 'app/helpers/page_layout_helper.rb'
- 'lib/gitlab/middleware/go.rb'
- - 'spec/frontend/fixtures/tabs.rb'
+ - 'spec/helpers/avatars_helper_spec.rb'