Skip to content

Commit

Permalink
Remove more references to --install
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas authored Sep 26, 2018
1 parent 7a2eddc commit 9ebc929
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,35 +233,6 @@ message for a file, that file is parsed for directives.

Install gometalinter (see above).

Install all known linters:

```
$ gometalinter --install
Installing:
structcheck
maligned
nakedret
deadcode
gocyclo
ineffassign
dupl
golint
gotype
goimports
errcheck
varcheck
interfacer
goconst
gosimple
staticcheck
unparam
unused
misspell
lll
gosec
safesql
```
Run it:

```
Expand All @@ -282,7 +253,6 @@ stutter.go:29::error: unreachable code (vet)
stutter.go:26::error: missing argument for Printf("%d"): format reads arg 1, have only 0 args (vet)
```
Gometalinter also supports the commonly seen `<path>/...` recursive path
format. Note that this can be *very* slow, and you may need to increase the linter `--deadline` to allow linters to complete.
Expand Down

0 comments on commit 9ebc929

Please sign in to comment.