Versions in this module Expand all Collapse all v0 v0.2.2 Apr 11, 2023 Changes in this version + type CustomFormatter struct + func NewCustomFormatter(templateString string) (ret *CustomFormatter, err error) + func (f *CustomFormatter) Format(violations rules.RuleViolationList) + type DefaultFormatter struct + func NewDefaultFormatter() *DefaultFormatter + func (f *DefaultFormatter) Format(violations rules.RuleViolationList) + type Formatter interface + Format func(violations rules.RuleViolationList)