summaryrefslogtreecommitdiff
path: root/.rubocop_todo
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-11 21:08:18 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-11 21:08:18 +0000
commitd5012fff67191be53070d024a89195a666a581ed (patch)
tree08d4334c0202f365a5513dd2147d5a411fe05bcb /.rubocop_todo
parent1a2f754734eb189e371e25e685413808f69a7f2c (diff)
downloadgitlab-ce-d5012fff67191be53070d024a89195a666a581ed.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo')
-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'