summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorgfyoung <gfyoung17@gmail.com>2018-09-13 22:42:05 -0700
committergfyoung <gfyoung17@gmail.com>2018-09-18 21:22:45 -0700
commit73322a0e551bbbc42d429b15e7ad9fd375ab761d (patch)
treecfb28cb2ef99f11dbb055a81db283b8269e2e1ab /changelogs
parent2dac058de25dc6ed03d0ed6f8b099aa17cdc1cab (diff)
downloadgitlab-ce-73322a0e551bbbc42d429b15e7ad9fd375ab761d.tar.gz
Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controller
Enables frozen string for the following: * app/controllers/*.rb * app/controllers/admin/**/*.rb * app/controllers/boards/**/*.rb * app/controllers/ci/**/*.rb * app/controllers/concerns/**/*.rb Partially addresses #47424.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/frozen-string-app-controller.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/frozen-string-app-controller.yml b/changelogs/unreleased/frozen-string-app-controller.yml
new file mode 100644
index 00000000000..95fea4eae63
--- /dev/null
+++ b/changelogs/unreleased/frozen-string-app-controller.yml
@@ -0,0 +1,5 @@
+---
+title: Enable frozen string in app/controllers/**/*.rb
+merge_request: gfyoung
+author:
+type: performance