debian-mirror-gitlab/.rubocop_todo/lint/ambiguous_range.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
370 B
YAML
Raw Normal View History

2023-04-23 21:23:45 +05:30
---
# Cop supports --autocorrect.
Lint/AmbiguousRange:
Details: grace period
Exclude:
- 'app/models/ci/runner.rb'
2023-06-20 00:43:36 +05:30
- 'app/models/ci/runner_manager.rb'
2023-04-23 21:23:45 +05:30
- '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'