Sha256: 783bd1cbd190f64a6839b3c8e03c542c44b00c0d3d2bebe82162796344474533
Contents?: true
Size: 396 Bytes
Versions: 28
Compression:
Stored size: 396 Bytes
Contents
# frozen_string_literal: true require 'overcommit/hook/shared/submodule_status' module Overcommit::Hook::PostRewrite # Checks the status of submodules in the current repository and # notifies the user if any are uninitialized, out of date with # the current index, or contain merge conflicts. class SubmoduleStatus < Base include Overcommit::Hook::Shared::SubmoduleStatus end end
Version data entries
28 entries across 28 versions & 2 rubygems