lib/overcommit/hook/pre_commit/reek.rb in overcommit-0.46.0 vs lib/overcommit/hook/pre_commit/reek.rb in overcommit-0.47.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Overcommit::Hook::PreCommit
# Runs `reek` against any modified Ruby files.
#
# @see https://github.com/troessner/reek
class Reek < Base