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/changelog
parent545c961dbccad9eefbdc44c68b6c82b4e4699661 (diff)
Autocorrect RuboCop violations in danger/**/Dangerfile
Diffstat (limited to 'danger/changelog')
-rw-r--r--danger/changelog/Dangerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/danger/changelog/Dangerfile b/danger/changelog/Dangerfile
index b4a2f7b964c..76ebe57cf8d 100644
--- a/danger/changelog/Dangerfile
+++ b/danger/changelog/Dangerfile
@@ -2,9 +2,9 @@
require 'yaml'
-NO_CHANGELOG_LABELS = %w[backstage QA test]
-SEE_DOC = "See [the documentation](https://docs.gitlab.com/ce/development/changelog.html)."
-MISSING_CHANGELOG_MESSAGE = <<~MSG
+NO_CHANGELOG_LABELS = %w[backstage QA test].freeze
+SEE_DOC = "See [the documentation](https://docs.gitlab.com/ce/development/changelog.html).".freeze
+MISSING_CHANGELOG_MESSAGE = <<~MSG.freeze
**[CHANGELOG missing](https://docs.gitlab.com/ce/development/changelog.html).**
You can create one with: