Class: Overcommit::Hook::PostCommit::IndexTags

Inherits:
Base
  • Object
show all
Defined in:
lib/overcommit/hook/post_commit/index_tags.rb

Overview

Updates ctags index for all source code in the repository.

Instance Attribute Summary

Attributes inherited from Base

#config

Instance Method Summary collapse

Methods inherited from Base

#applicable_files, #command, #description, #enabled?, #execute, #execute_in_background, #flags, #in_path?, #initialize, #name, #process_hook_return_value, #quiet?, #required?, #required_executable, #run?, #run_and_transform, #skip?

Constructor Details

This class inherits a constructor from Overcommit::Hook::Base

Instance Method Details

#runObject



4
5
6
7
# File 'lib/overcommit/hook/post_commit/index_tags.rb', line 4

def run
  execute_in_background([Overcommit::Utils.script_path('index-tags')])
  :pass
end