Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ambiguous_range.yml « lint « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 155c1a36128c3498209c8e7e9e104010c10a2ea8 (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_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'