From 73322a0e551bbbc42d429b15e7ad9fd375ab761d Mon Sep 17 00:00:00 2001 From: gfyoung Date: Thu, 13 Sep 2018 22:42:05 -0700 Subject: Enable frozen string in app/controllers/**/*.rb 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. --- changelogs/unreleased/frozen-string-app-controller.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/frozen-string-app-controller.yml (limited to 'changelogs') 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 -- cgit v1.2.3