Commit 1ba78fde authored by syasonik's avatar syasonik

Freeze string literals

parent 96f379c4
......@@ -3,7 +3,7 @@
module Projects
module Prometheus
class AlertPresenter < Gitlab::View::Presenter::Delegated
RESERVED_ANNOTATIONS = %w(gitlab_incident_markdown)
RESERVED_ANNOTATIONS = %w(gitlab_incident_markdown).freeze
def full_title
[environment_name, alert_title].compact.join(': ')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment