From fef93ec8ae2caf8a3f8310dbf8101c103e5905e4 Mon Sep 17 00:00:00 2001 From: Paul Kmiec Date: Thu, 4 May 2023 18:01:01 -0700 Subject: Enable Style/FrozenStringLiteralComment and autocorrect --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index dd31d33d..ccba7692 100644 --- a/Rakefile +++ b/Rakefile @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require File.expand_path(File.dirname(__FILE__) + '/lib/axlsx/version.rb') task :build => :gendoc do -- cgit v1.2.3