diff options
author | w0rp <devw0rp@gmail.com> | 2017-10-31 13:00:55 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-10-31 13:01:01 +0000 |
commit | 9cd0d75c4f001527d34c0a108bb560ffc352eaf7 (patch) | |
tree | 63dfdcb4cdc51ce3c1a1b192b2a42d980f024830 /doc | |
parent | 50f7ad35529e0672e4161e3c74be5cb87196a2f1 (diff) | |
download | ale-9cd0d75c4f001527d34c0a108bb560ffc352eaf7.zip |
Fix #936 - Check the actual files for gosimple and staticcheck
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 9b18d3d3..bedf0cff 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -278,7 +278,7 @@ Notes: * Fortran: `gcc` * FusionScript: `fusion-lint` * GLSL: glslang -* Go: `gofmt`, `go vet`, `golint`, `gometalinter`!!, `go build`!!, `gosimple`, `staticcheck` +* Go: `gofmt`, `go vet`, `golint`, `gometalinter`!!, `go build`!!, `gosimple`!!, `staticcheck`!! * GraphQL: `gqlint` * Haml: `haml-lint` * Handlebars: `ember-template-lint` |