Method: Overcommit::Printer#start_run

Defined in:
lib/overcommit/printer.rb

#start_runObject

Executed at the very beginning of running the collection of hooks.



20
21
22
# File 'lib/overcommit/printer.rb', line 20

def start_run
  log.bold "Running #{hook_script_name} hooks" unless @config['quiet']
end