Enforce Style/FrozenStringLiteralComment. (#6265)

Merge pull request 6265
This commit is contained in:
Parker Moore
2017-08-03 21:27:32 -04:00
committed by jekyllbot
parent f9f05e3f75
commit 7cf5f51ca2
133 changed files with 264 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
# coding: utf-8
# frozen_string_literal: true
lib = File.expand_path("lib", __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)