summaryrefslogtreecommitdiff
path: root/.rubocop_todo/lint/ambiguous_range.yml
blob: 3d6f49a48464c9e8c5b87fc98c0171ad411a271e (plain)
1
2
3
4
5
6
7
8
9
10
---
# Cop supports --autocorrect.
Lint/AmbiguousRange:
  Details: grace period
  Exclude:
    - 'app/models/ci/runner.rb'
    - 'app/models/ci/runner_machine.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'