summaryrefslogtreecommitdiff
path: root/danger/specs
diff options
context:
space:
mode:
Diffstat (limited to 'danger/specs')
-rw-r--r--danger/specs/Dangerfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/danger/specs/Dangerfile b/danger/specs/Dangerfile
index 0ed5235ec02..934ea0beadb 100644
--- a/danger/specs/Dangerfile
+++ b/danger/specs/Dangerfile
@@ -1,6 +1,4 @@
-# rubocop:disable Style/SignalException
-
-NO_NEW_SPEC_MESSAGE = <<~MSG
+NO_NEW_SPEC_MESSAGE = <<~MSG.freeze
You've made some app changes, but didn't add any tests.
That's OK as long as you're refactoring existing code,
but please consider adding the ~backstage label in that case.