lib/overcommit/hook/commit_msg/spell_check.rb in overcommit-0.46.0 vs lib/overcommit/hook/commit_msg/spell_check.rb in overcommit-0.47.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require 'tempfile'
module Overcommit::Hook::CommitMsg
# Checks the commit message for potential misspellings with `hunspell`.
#