summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorgfyoung <gfyoung17@gmail.com>2018-09-23 12:44:14 -0700
committergfyoung <gfyoung17@gmail.com>2018-09-23 12:48:02 -0700
commitbe42c05054bda2417fdd26e86e0f4c80c9d0ccb6 (patch)
tree50c21744e03193fa6ee2458d3904b127ac4317ef /changelogs/unreleased
parent4c8d2232ca3e4b97a313e9ac4d96dee2b3de9e84 (diff)
downloadgitlab-ce-be42c05054bda2417fdd26e86e0f4c80c9d0ccb6.tar.gz
Enable more frozen string in app/controllers/
Enables frozen string for the following: * app/controllers/dashboard/**/*.rb * app/controllers/explore/**/*.rb * app/controllers/google_api/**/*.rb * app/controllers/groups/**/*.rb * app/controllers/import/**/*.rb * app/controllers/instance_statistics/**/*.rb * app/controllers/ldap/**/*.rb * app/controllers/oauth/**/*.rb * app/controllers/profiles/**/*.rb Partially addresses #47424.
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/frozen-string-app-controller-more.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/frozen-string-app-controller-more.yml b/changelogs/unreleased/frozen-string-app-controller-more.yml
new file mode 100644
index 00000000000..ea2c81e7afc
--- /dev/null
+++ b/changelogs/unreleased/frozen-string-app-controller-more.yml
@@ -0,0 +1,5 @@
+---
+title: Enable more frozen string in app/controllers/
+merge_request:
+author: gfyoung
+type: performance