Versions in this module Expand all Collapse all v0 v0.19.80 Jul 7, 2021 Changes in this version + var ShowPass = true + func GetName(l Linter) string + func LintFileList(l Linter, fileList []string) error + type Language struct + Chk Linter + Fmt Linter + Match *regexp.Regexp + Name string + func (l Language) GetLinter(which string) Linter + type Linter interface + DidRun func() + MaxConcurrency func() int + Name func() string + Run func(filepath string, rep chan Report) + WillRun func() error + type Report struct + Err error + File string + StdErr io.Reader + StdOut io.Reader + func (rep *Report) Log() error