summaryrefslogtreecommitdiff
path: root/.rubocop_todo/lint/constant_definition_in_block.yml
blob: 1ffea85dfb03f033f39a8a0b893bdc0abbe1d331 (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
---
Lint/ConstantDefinitionInBlock:
  # Offense count: 105
  # Temporarily disabled due to too many offenses
  Enabled: false
  Exclude:
    - 'app/models/concerns/ignorable_columns.rb'
    - 'app/models/concerns/partitioned_table.rb'
    - 'app/workers/concerns/worker_context.rb'
    - 'config/application.rb'
    - 'config/initializers/direct_upload_support.rb'
    - 'config/initializers/elastic_client_setup.rb'
    - 'ee/app/models/concerns/ee/issuable_link.rb'
    - 'ee/app/models/ee/application_setting.rb'
    - 'ee/app/models/ee/ci/job_artifact.rb'
    - 'ee/app/models/ee/ci/pipeline.rb'
    - 'ee/app/models/ee/epic.rb'
    - 'ee/app/models/ee/issue.rb'
    - 'ee/app/models/ee/merge_request_diff.rb'
    - 'ee/app/models/ee/plan.rb'
    - 'ee/app/models/ee/project_import_state.rb'
    - 'ee/app/models/ee/user.rb'
    - 'ee/app/models/ee/vulnerability.rb'
    - 'ee/app/presenters/ee/commit_status_presenter.rb'
    - 'ee/app/services/ee/notes/quick_actions_service.rb'
    - 'ee/lib/ee/api/search.rb'
    - 'ee/lib/ee/gitlab/ci/status/build/failed.rb'
    - 'ee/lib/gitlab/subscription_portal/clients/rest.rb'
    - 'ee/lib/tasks/geo.rake'
    - 'ee/spec/db/schema_support.rb'
    - 'ee/spec/support/matchers/locked_schema.rb'
    - 'lib/api/search.rb'
    - 'lib/gitlab/quick_actions/issue_actions.rb'
    - 'lib/tasks/cache.rake'
    - 'lib/tasks/dev.rake'
    - 'lib/tasks/gitlab/docs/compile_deprecations.rake'
    - 'lib/tasks/gitlab/graphql.rake'
    - 'lib/tasks/gitlab/refresh_project_statistics_build_artifacts_size.rake'
    - 'lib/tasks/gitlab/snippets.rake'
    - 'lib/tasks/gitlab/tw/codeowners.rake'
    - 'lib/tasks/gitlab/update_templates.rake'
    - 'lib/tasks/tanuki_emoji.rake'
    - 'spec/db/schema_spec.rb'
    - 'spec/lib/gitlab/quick_actions/dsl_spec.rb'
    - 'spec/lib/marginalia_spec.rb'
    - 'spec/mailers/notify_spec.rb'
    - 'spec/models/concerns/batch_destroy_dependent_associations_spec.rb'
    - 'spec/models/concerns/bulk_insert_safe_spec.rb'
    - 'spec/models/concerns/bulk_insertable_associations_spec.rb'
    - 'spec/models/concerns/triggerable_hooks_spec.rb'
    - 'spec/models/repository_spec.rb'
    - 'spec/services/clusters/applications/check_installation_progress_service_spec.rb'
    - 'spec/support/shared_examples/quick_actions/issuable/issuable_quick_actions_shared_examples.rb'