Lint: frozen-string-literal

This commit is contained in:
Olle Jonsson
2016-09-22 19:16:29 +02:00
parent f226343233
commit 04215618a2
15 changed files with 15 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
#! /usr/bin/env ruby
# frozen_string_literal: true
require_relative "../lib/github_changelog_generator"
GitHubChangelogGenerator::ChangelogGenerator.new.run
+1
View File
@@ -1,4 +1,5 @@
#! /usr/bin/env ruby
# frozen_string_literal: true
require_relative "../lib/github_changelog_generator"
GitHubChangelogGenerator::ChangelogGenerator.new.run