Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f0b1eb20
Commit
f0b1eb20
authored
Apr 07, 2022
by
Vitali Tatarintev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Lint/ConstantDefinitionInBlock into separate TODO file
parent
9f1bdb0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
4 deletions
+53
-4
.rubocop_todo.yml
.rubocop_todo.yml
+0
-4
.rubocop_todo/lint/constant_definition_in_block.yml
.rubocop_todo/lint/constant_definition_in_block.yml
+53
-0
No files found.
.rubocop_todo.yml
View file @
f0b1eb20
...
@@ -32,10 +32,6 @@ Layout/SpaceInLambdaLiteral:
...
@@ -32,10 +32,6 @@ Layout/SpaceInLambdaLiteral:
Layout/SpaceInsideParens
:
Layout/SpaceInsideParens
:
Enabled
:
false
Enabled
:
false
# Offense count: 84
Lint/ConstantDefinitionInBlock
:
Enabled
:
false
# Offense count: 2
# Offense count: 2
# Configuration parameters: AllowComments.
# Configuration parameters: AllowComments.
Lint/EmptyFile
:
Lint/EmptyFile
:
...
...
.rubocop_todo/lint/constant_definition_in_block.yml
0 → 100644
View file @
f0b1eb20
---
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'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment