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/lint/ambiguous_range.yml')
-rw-r--r--.rubocop_todo/lint/ambiguous_range.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop_todo/lint/ambiguous_range.yml b/.rubocop_todo/lint/ambiguous_range.yml
index 3d6f49a4846..155c1a36128 100644
--- a/.rubocop_todo/lint/ambiguous_range.yml
+++ b/.rubocop_todo/lint/ambiguous_range.yml
@@ -4,7 +4,7 @@ Lint/AmbiguousRange:
Details: grace period
Exclude:
- 'app/models/ci/runner.rb'
- - 'app/models/ci/runner_machine.rb'
+ - 'app/models/ci/runner_manager.rb'
- 'app/services/clusters/agent_tokens/track_usage_service.rb'
- 'lib/gitlab/seeders/ci/runner/runner_fleet_pipeline_seeder.rb'
- 'spec/lib/gitlab/database/reindexing/reindex_concurrently_spec.rb'