mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
started README
This commit is contained in:
parent
076ef9ccc0
commit
f6b2d368a0
97 changed files with 7920 additions and 25 deletions
|
@ -21,7 +21,8 @@ func (e *Executor) initLinters() {
|
|||
|
||||
func printLinterConfigs(lcs []pkg.LinterConfig) {
|
||||
for _, lc := range lcs {
|
||||
fmt.Printf("%s: %s\n", color.YellowString(lc.Linter.Name()), lc.Linter.Desc())
|
||||
fmt.Printf("%s: %s [fast: %t]\n", color.YellowString(lc.Linter.Name()),
|
||||
lc.Linter.Desc(), !lc.DoesFullImport)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue