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/style/redundant_self.yml')
-rw-r--r--.rubocop_todo/style/redundant_self.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.rubocop_todo/style/redundant_self.yml b/.rubocop_todo/style/redundant_self.yml
index ae19cf458be..9441150d6d3 100644
--- a/.rubocop_todo/style/redundant_self.yml
+++ b/.rubocop_todo/style/redundant_self.yml
@@ -2,25 +2,7 @@
# Cop supports --autocorrect.
Style/RedundantSelf:
Exclude:
- - 'app/channels/awareness_channel.rb'
- - 'app/controllers/application_controller.rb'
- - 'app/finders/security/jobs_finder.rb'
- - 'app/graphql/types/permission_types/base_permission_type.rb'
- - 'app/models/abuse_report.rb'
- - 'app/models/analytics/usage_trends/measurement.rb'
- - 'app/models/application_record.rb'
- 'app/models/application_setting.rb'
- - 'app/models/application_setting_implementation.rb'
- - 'app/models/audit_event.rb'
- - 'app/models/award_emoji.rb'
- - 'app/models/board.rb'
- - 'app/models/ci/application_record.rb'
- - 'app/models/ci/bridge.rb'
- - 'app/models/ci/build.rb'
- - 'app/models/ci/build_metadata.rb'
- - 'app/models/ci/build_runner_session.rb'
- - 'app/models/ci/build_trace_chunk.rb'
- - 'app/models/ci/deleted_object.rb'
- 'app/models/ci/group.rb'
- 'app/models/ci/job_artifact.rb'
- 'app/models/ci/job_token/project_scope_link.rb'
@@ -36,7 +18,6 @@ Style/RedundantSelf:
- 'app/models/ci/stage.rb'
- 'app/models/ci/trigger.rb'
- 'app/models/ci_platform_metric.rb'
- - 'app/models/clusters/applications/cert_manager.rb'
- 'app/models/clusters/applications/crossplane.rb'
- 'app/models/clusters/cluster.rb'
- 'app/models/clusters/concerns/application_core.rb'
@@ -419,7 +400,6 @@ Style/RedundantSelf:
- 'spec/helpers/emails_helper_spec.rb'
- 'spec/helpers/feature_flags_helper_spec.rb'
- 'spec/helpers/graph_helper_spec.rb'
- - 'spec/helpers/ide_helper_spec.rb'
- 'spec/helpers/submodule_helper_spec.rb'
- 'spec/lib/gitlab/background_task_spec.rb'
- 'spec/lib/gitlab/database/load_balancing_spec.rb'