summaryrefslogtreecommitdiff
path: root/locale/unfound_translations.rb
diff options
context:
space:
mode:
Diffstat (limited to 'locale/unfound_translations.rb')
-rw-r--r--locale/unfound_translations.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/unfound_translations.rb b/locale/unfound_translations.rb
index 3923c62466a..ace9149599c 100644
--- a/locale/unfound_translations.rb
+++ b/locale/unfound_translations.rb
@@ -1,3 +1,4 @@
+# rubocop:disable Naming/FileName
# frozen_string_literal: true
# Dynamic translations which needs to be marked by `N_` so they can be found by `rake gettext:find`, see:
@@ -22,3 +23,5 @@ N_('NotificationEvent|Failed pipeline')
N_('NotificationEvent|Fixed pipeline')
N_('NotificationEvent|Moved project')
N_('NotificationEvent|Merge when pipeline succeeds')
+
+# rubocop:enable Naming/FileName