diff options
author | w0rp <devw0rp@gmail.com> | 2018-03-18 17:16:13 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-03-18 17:16:13 +0000 |
commit | c112ee9dff2a44d733556dc9440f6d1c15f41f15 (patch) | |
tree | 736996783bdba392895f05484e2cd6efec71d810 /doc | |
parent | bdd8d2399f59f32c5531d168a1f9402d42d9b299 (diff) | |
download | ale-c112ee9dff2a44d733556dc9440f6d1c15f41f15.zip |
Fix #1392 - Only check files on disk for gotype
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 b16528f6..b9ac0875 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -327,7 +327,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` |