Documentation ¶ Index ¶ func GetVerboseAlerts(linted []*core.File, wrap bool) (io.Reader, error) type Lint func NewValeLint(confpath string) *Lint func (e *Lint) DidRun() func (e *Lint) MaxConcurrency() int func (e *Lint) Name() string func (e *Lint) Run(filepath string, rep chan linter.Report) func (e *Lint) WillRun() (err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetVerboseAlerts ¶ func GetVerboseAlerts(linted []*core.File, wrap bool) (io.Reader, error) GetVerboseAlerts prints Alerts in verbose format. Types ¶ type Lint ¶ type Lint struct { // contains filtered or unexported fields } Lint Lint func NewValeLint ¶ func NewValeLint(confpath string) *Lint NewValeLint NewValeLint func (*Lint) DidRun ¶ func (e *Lint) DidRun() DidRun DidRun func (*Lint) MaxConcurrency ¶ func (e *Lint) MaxConcurrency() int MaxConcurrency MaxConcurrency func (*Lint) Name ¶ func (e *Lint) Name() string Name Name func (*Lint) Run ¶ func (e *Lint) Run(filepath string, rep chan linter.Report) Run Run func (*Lint) WillRun ¶ func (e *Lint) WillRun() (err error) WillRun WillRun Source Files ¶ View all Source files printer.go vale.go Click to show internal directories. Click to hide internal directories.