summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorgfyoung <gfyoung17@gmail.com>2018-10-25 21:12:43 -0700
committergfyoung <gfyoung17@gmail.com>2018-10-26 16:36:42 -0700
commit06892e88f56eff13747f58e269c7190fc662a9ae (patch)
tree0e5a1ef7833bf5c742c45fec474d8a93d87e1e37 /changelogs
parente997b22df50a46759cac9936a6557993310f8888 (diff)
downloadgitlab-ce-06892e88f56eff13747f58e269c7190fc662a9ae.tar.gz
Enable frozen string for lib/gitlab/ci
Enables frozen string for the following: * lib/gitlab/ci/*.rb * lib/gitlab/ci/build/**/*.rb * lib/gitlab/ci/config/**/*.rb * lib/gitlab/ci/pipeline/**/*.rb * lib/gitlab/ci/reports/**/*.rb Partially addresses #47424.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/frozen-string-enable-lib-gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/frozen-string-enable-lib-gitlab-ci.yml b/changelogs/unreleased/frozen-string-enable-lib-gitlab-ci.yml
new file mode 100644
index 00000000000..a881c304f34
--- /dev/null
+++ b/changelogs/unreleased/frozen-string-enable-lib-gitlab-ci.yml
@@ -0,0 +1,5 @@
+---
+title: Enable frozen string for lib/gitlab/ci
+merge_request:
+author: gfyoung
+type: performance