Sha256: 4bf9e6a4c9062d5fca12226389883f34a40f6331fb042b139b23bf847127aa78
Contents?: true
Size: 309 Bytes
Versions: 27
Compression:
Stored size: 309 Bytes
Contents
# frozen_string_literal: true require 'overcommit/hook/shared/index_tags' module Overcommit::Hook::PostCheckout # Updates ctags index for all source code in the repository. # # @see Overcommit::Hook::Shared::IndexTags class IndexTags < Base include Overcommit::Hook::Shared::IndexTags end end
Version data entries
27 entries across 27 versions & 2 rubygems