From 77dce4788664ebb3cde8e628c5ff630ddf019ea0 Mon Sep 17 00:00:00 2001 From: akumari Date: Thu, 22 Feb 2024 14:48:14 +0530 Subject: [PATCH] Fix Lint/LiteralInInterpolation cop --- lib/tasks/audits.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/audits.rake b/lib/tasks/audits.rake index c44bf84654d..aaddbd47325 100644 --- a/lib/tasks/audits.rake +++ b/lib/tasks/audits.rake @@ -1,6 +1,6 @@ # TRANSLATORS: do not translate desc <<~END_DESC - Expire or anonymize old audits automatically.#{' '} + Expire or anonymize old audits automatically.' ' The number of days can be easily defined in Settings or you can use "days" parameter. If both Setting and parameter are undefined, task finishes without cleaning any audits. Template audits are left uncleaned.