diff options
author | Robert Speicher <rspeicher@gmail.com> | 2018-07-11 14:44:35 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2018-07-11 14:44:35 -0500 |
commit | 27843cd2e7b290dd79483e3d11b1bb1bd8a6d78e (patch) | |
tree | 4145c146736638dc396af88588b1c6538fc324bd /danger/changelog/Dangerfile | |
parent | 545c961dbccad9eefbdc44c68b6c82b4e4699661 (diff) | |
download | gitlab-ce-27843cd2e7b290dd79483e3d11b1bb1bd8a6d78e.tar.gz |
Autocorrect RuboCop violations in danger/**/Dangerfile
Diffstat (limited to 'danger/changelog/Dangerfile')
-rw-r--r-- | danger/changelog/Dangerfile | 6 |
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: |