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

content_tag.yml « rails « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 33f6dd360089054c94e8e9f9b6f6ec99ac92ac2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
# Cop supports --auto-correct.
Rails/ContentTag:
  # Offense count: 163
  # Temporarily disabled due to too many offenses
  Enabled: false
  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'
    - 'lib/gitlab/middleware/go.rb'
    - 'spec/frontend/fixtures/tabs.rb'