diff options
author | w0rp <devw0rp@gmail.com> | 2018-02-25 11:53:36 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-02-25 11:53:36 +0000 |
commit | b5209d31e85bdb5f2f1c7c1bdd9ee6fd42ca9574 (patch) | |
tree | 5329d5f0d81b63736cab305361ef0e62e7af7db3 /doc | |
parent | 4941bd8d0e5d64dea92892fe52c14d856518462c (diff) | |
download | ale-b5209d31e85bdb5f2f1c7c1bdd9ee6fd42ca9574.zip |
go vet can only check files now
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 296d6406..ae0f97de 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -322,7 +322,7 @@ Notes: * FusionScript: `fusion-lint` * Git Commit Messages: `gitlint` * GLSL: glslang, `glslls` -* Go: `gofmt`, `goimports`, `go vet`, `golint`, `gotype`, `gometalinter`!!, `go build`!!, `gosimple`!!, `staticcheck`!! +* Go: `gofmt`, `goimports`, `go vet`!!, `golint`, `gotype`, `gometalinter`!!, `go build`!!, `gosimple`!!, `staticcheck`!! * GraphQL: `eslint`, `gqlint`, `prettier` * Haml: `haml-lint` * Handlebars: `ember-template-lint` |