Sha256: 3ca8568f4e96b6e0872ec20a1f33cbdb7e3925564694d9dfaa6e0fc529989f31
Contents?: true
Size: 285 Bytes
Versions: 42
Compression:
Stored size: 285 Bytes
Contents
# frozen_string_literal: true module Git module Lint module Errors # Categorizes commit SHA errors. class SHA < Base def initialize sha super %(Invalid commit SHA: "#{sha}". Unable to obtain commit details.) end end end end end
Version data entries
42 entries across 42 versions & 1 rubygems