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

Struct DefaultFormatter

formatter/default.go:17–17  ·  view source on GitHub ↗

DefaultFormatter represent default formatter

Source from the content-addressed store, hash-verified

15
16// DefaultFormatter represent default formatter
17type DefaultFormatter struct{}
18
19// Name returns name of formatter
20func (f *DefaultFormatter) Name() string { return "default" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected