style: run rubocop -a (#8654)

Merge pull request 8654
This commit is contained in:
Kelvin M. Klann 2021-05-14 19:54:30 +00:00 committed by GitHub
parent 827bfcff58
commit 5d35cf217b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -163,7 +163,6 @@ module Jekyll
# Load `path` from disk and return the result.
# This MUST NEVER be called in Safe Mode
# rubocop:disable Security/MarshalLoad
def load(path)
raise unless disk_cache_enabled?
@ -172,7 +171,6 @@ module Jekyll
cached_file.close
value
end
# rubocop:enable Security/MarshalLoad
# Given a path and a value, save value to disk at path.
# This should NEVER be called in Safe Mode