summaryrefslogtreecommitdiff
path: root/app/helpers/system_note_helper.rb
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-09-10 09:43:02 +0000
committerRémy Coutable <remy@rymai.me>2018-09-10 09:43:02 +0000
commita5517ada119a0e73e0a70fd18e11fda3932138e8 (patch)
tree087c30ae029dfd99412a27ccbeaf31983e37f216 /app/helpers/system_note_helper.rb
parentc777f07453a6769df9cc8ebaaee791ef082ad7b8 (diff)
parent1993a4449a5be44acfa5a9e1a94842e05da5edd5 (diff)
downloadgitlab-ce-a5517ada119a0e73e0a70fd18e11fda3932138e8.tar.gz
Merge branch 'frozen-string-enable-app-helpers' into 'master'
Enable frozen string for app/helpers/**/*.rb See merge request gitlab-org/gitlab-ce!21320
Diffstat (limited to 'app/helpers/system_note_helper.rb')
-rw-r--r--app/helpers/system_note_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/helpers/system_note_helper.rb b/app/helpers/system_note_helper.rb
index b0826e23e31..ac4e8f54260 100644
--- a/app/helpers/system_note_helper.rb
+++ b/app/helpers/system_note_helper.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module SystemNoteHelper
ICON_NAMES_BY_ACTION = {
'commit' => 'commit',