diff options
author | Martin Wortschack <mwortschack@gitlab.com> | 2019-04-10 11:44:08 +0200 |
---|---|---|
committer | Martin Wortschack <mwortschack@gitlab.com> | 2019-07-17 12:06:09 +0200 |
commit | c046724b07f9d5fff0259023df215bfc69d9bc5d (patch) | |
tree | b637b1399aec98265d1c2ee7336b1df08e9c674c | |
parent | c4d252e8501c25f542f0957c9a4703300f057961 (diff) | |
download | gitlab-ce-c046724b07f9d5fff0259023df215bfc69d9bc5d.tar.gz |
Ignore GetText/DecorateString rule
-rw-r--r-- | app/workers/background_migration_worker.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/background_migration_worker.rb b/app/workers/background_migration_worker.rb index 688b600649a..eb25b490b49 100644 --- a/app/workers/background_migration_worker.rb +++ b/app/workers/background_migration_worker.rb @@ -84,7 +84,7 @@ class BackgroundMigrationWorker def database_unhealthy_counter Gitlab::Metrics.counter( :background_migration_database_health_reschedules, - 'The number of times a background migration is rescheduled because the database is unhealthy.' + 'The number of times a background migration is rescheduled because the database is unhealthy.' # rubocop:disable GetText/DecorateString ) end end |