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

Struct JSONFormatter

formatter/json.go:12–12  ·  view source on GitHub ↗

JSONFormatter represent default formatter

Source from the content-addressed store, hash-verified

10
11// JSONFormatter represent default formatter
12type JSONFormatter struct{}
13
14// Name returns name of formatter
15func (f *JSONFormatter) Name() string { return "json" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected