mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
build: print message when there are no lint issues
This commit is contained in:
parent
7fb4cede88
commit
66248ff3ef
1 changed files with 1 additions and 0 deletions
|
|
@ -349,6 +349,7 @@ func doLint(cmdline []string) {
|
|||
linter := downloadLinter(*cachedir)
|
||||
lflags := []string{"run", "--config", ".golangci.yml"}
|
||||
build.MustRunCommand(linter, append(lflags, packages...)...)
|
||||
fmt.Println("You have achieved perfection.")
|
||||
}
|
||||
|
||||
// downloadLinter downloads and unpacks golangci-lint.
|
||||
|
|
|
|||
Loading…
Reference in a new issue