Sha256: 3431013b4d01bf851dda80190338eb2a73f3eb7c70d48ab232135f5f6a6c3f14
Contents?: true
Size: 307 Bytes
Versions: 27
Compression:
Stored size: 307 Bytes
Contents
# frozen_string_literal: true require 'overcommit/hook/shared/index_tags' module Overcommit::Hook::PostCommit # 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