Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2018-07-11 22:44:35 +0300
committerRobert Speicher <rspeicher@gmail.com>2018-07-11 22:44:35 +0300
commit27843cd2e7b290dd79483e3d11b1bb1bd8a6d78e (patch)
tree4145c146736638dc396af88588b1c6538fc324bd /danger/specs
parent545c961dbccad9eefbdc44c68b6c82b4e4699661 (diff)
Autocorrect RuboCop violations in danger/**/Dangerfile
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.