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:
authorgfyoung <gfyoung17@gmail.com>2018-10-11 23:12:21 +0300
committergfyoung <gfyoung17@gmail.com>2018-10-13 12:31:31 +0300
commite166e5747c6e8130f1227b427113f1231d9f46f1 (patch)
tree9cf61f1a7388bfce3f22fd927ee9582d37b8910b /changelogs
parent79ba38920144191320df1e6529b8feab4acef758 (diff)
Enable some frozen string in lib/gitlab
Enable frozen string for the following files: * lib/gitlab/auth/**/*.rb * lib/gitlab/badge/**/*.rb * lib/gitlab/bare_repository_import/**/*.rb * lib/gitlab/bitbucket_import/**/*.rb * lib/gitlab/bitbucket_server_import/**/*.rb * lib/gitlab/cache/**/*.rb * lib/gitlab/checks/**/*.rb Partially addresses #47424.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/enable-frozen-string-lib-gitlab.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/enable-frozen-string-lib-gitlab.yml b/changelogs/unreleased/enable-frozen-string-lib-gitlab.yml
new file mode 100644
index 00000000000..4a216c46d38
--- /dev/null
+++ b/changelogs/unreleased/enable-frozen-string-lib-gitlab.yml
@@ -0,0 +1,5 @@
+---
+title: Enable some frozen string in lib/gitlab
+merge_request:
+author: gfyoung
+type: performance