From be42c05054bda2417fdd26e86e0f4c80c9d0ccb6 Mon Sep 17 00:00:00 2001 From: gfyoung Date: Sun, 23 Sep 2018 12:44:14 -0700 Subject: 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. --- changelogs/unreleased/frozen-string-app-controller-more.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/frozen-string-app-controller-more.yml (limited to 'changelogs/unreleased') 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 -- cgit v1.2.1