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

Method RuleName

lint/result.go:42–42  ·  view source on GitHub ↗

RuleName returns rule name

()

Source from the content-addressed store, hash-verified

40
41// RuleName returns rule name
42func (r *Issue) RuleName() string { return r.ruleName }
43
44// Severity returns severity of the Rule Failure
45func (r *Issue) Severity() Severity { return r.severity }

Callers 9

TestLint_ValidCommitsFunction · 0.80
TestLint_RuleViolationsFunction · 0.80
TestLint_MultipleIssuesFunction · 0.80
writeIssueMethod · 0.80
formatIssueMethod · 0.80

Calls

no outgoing calls