summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2019-04-10 11:44:08 +0200
committerMartin Wortschack <mwortschack@gitlab.com>2019-07-17 12:06:09 +0200
commitc046724b07f9d5fff0259023df215bfc69d9bc5d (patch)
treeb637b1399aec98265d1c2ee7336b1df08e9c674c
parentc4d252e8501c25f542f0957c9a4703300f057961 (diff)
downloadgitlab-ce-c046724b07f9d5fff0259023df215bfc69d9bc5d.tar.gz
Ignore GetText/DecorateString rule
-rw-r--r--app/workers/background_migration_worker.rb2
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