module Overcommit::Hook::Shared::IndexTags

Shared code used by all IndexTags hooks. It runs ctags in the background so your tag definitions are up-to-date.

@see ctags.sourceforge.net/

Public Instance Methods

run() click to toggle source
# File lib/overcommit/hook/shared/index_tags.rb, line 9
def run
  execute_in_background([Overcommit::Utils.script_path('index-tags')])
  :pass
end