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

use_restrict_on_send.yml « internal_affairs « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: def67cd71b18f68681dbb0cb578a05fe8c60d215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
InternalAffairs/UseRestrictOnSend:
  Details: grace period
  Exclude:
    - 'rubocop/cop/gitlab/feature_available_usage.rb'
    - 'rubocop/cop/migration/add_concurrent_foreign_key.rb'
    - 'rubocop/cop/migration/add_concurrent_index.rb'
    - 'rubocop/cop/migration/add_timestamps.rb'
    - 'rubocop/cop/migration/background_migrations.rb'
    - 'rubocop/cop/migration/remove_concurrent_index.rb'
    - 'rubocop/cop/migration/with_lock_retries_with_change.rb'
    - 'rubocop/cop/project_path_helper.rb'
    - 'rubocop/cop/safe_params.rb'