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

Method Name

rule/length_rules.go:124–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122type FooterMaxLineLenRule struct{ CheckLen int }
123
124func (r *FooterMaxLineLenRule) Name() string { return "footer-max-line-length" }
125func (r *FooterMaxLineLenRule) Apply(s lint.RuleSetting) error {
126 return applyIntArg(&r.CheckLen, r.Name(), s)
127}

Callers 1

ApplyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected