Skip to content

Commit

Permalink
Add missing frozen_string_literal directive
Browse files Browse the repository at this point in the history
One of the files was missing this, after a report from RuboCop.
  • Loading branch information
sds committed Mar 24, 2019
1 parent d4a7c9d commit 764d9a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .git-hooks/pre_commit/master_hooks_match.rb
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'fileutils'

module Overcommit::Hook::PreCommit
Expand Down

0 comments on commit 764d9a1

Please sign in to comment.