From d1da1e4d344f4ac8e2a75a3a86cb3741f6e71fcf Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 30 Oct 2020 15:54:48 -0700 Subject: Freeze the strings we're not later modifying There's a few plugins that this couldn't be enabled on due to how we build strings, but for the most part this is an easy one to turn on and it shaves 1k from the runtime memory! Signed-off-by: Tim Smith --- tasks/spellcheck.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'tasks') diff --git a/tasks/spellcheck.rb b/tasks/spellcheck.rb index 076173fa..ee994283 100644 --- a/tasks/spellcheck.rb +++ b/tasks/spellcheck.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: true # # Copyright:: Copyright (c) Chef Software Inc. # License:: Apache License, Version 2.0 -- cgit v1.2.1