MCPcopy Index your code
hub / github.com/conventionalcommit/commitlint / Validate

Method Validate

rule/length_rules.go:129–131  ·  view source on GitHub ↗
(msg lint.Commit)

Source from the content-addressed store, hash-verified

127}
128
129func (r *FooterMaxLineLenRule) Validate(msg lint.Commit) (*lint.Issue, bool) {
130 return validateMaxLineLength("footer", r.CheckLen, msg.Footer())
131}
132
133// --- Type ---
134

Callers 2

Calls 2

validateMaxLineLengthFunction · 0.85
FooterMethod · 0.65

Tested by 2