lib/overcommit/subprocess.rb in overcommit-0.46.0 vs lib/overcommit/subprocess.rb in overcommit-0.47.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + require 'childprocess' require 'tempfile' module Overcommit # Manages execution of a child process, collecting the exit status and