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

avoid_silent_rescue_exceptions.yml « background_migration « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e8da6362546643c00951831fb766ca562ddba94 (plain)
1
2
3
4
5
6
7
8
---
BackgroundMigration/AvoidSilentRescueExceptions:
  Exclude:
    - 'lib/gitlab/background_migration/backfill_imported_issue_search_data.rb'
    - 'lib/gitlab/background_migration/migrate_links_for_vulnerability_findings.rb'
    - 'lib/gitlab/background_migration/populate_vulnerability_dismissal_fields.rb'
    - 'lib/gitlab/background_migration/reset_status_on_container_repositories.rb'
    - 'lib/gitlab/background_migration/migrate_remediations_for_vulnerability_findings.rb'