MCPcopy Create free account
hub / github.com/conventionalcommit/commitlint / Description

Method Description

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

Description returns description of the issue

()

Source from the content-addressed store, hash-verified

46
47// Description returns description of the issue
48func (r *Issue) Description() string { return r.description }
49
50// Infos returns additional infos about the issue
51func (r *Issue) Infos() []string { return r.additionalInfos }

Callers 1

TestIssue_PropertiesFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestIssue_PropertiesFunction · 0.76