summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2017-03-30 23:28:19 +0100
committerGitHub <noreply@github.com>2017-03-30 23:28:19 +0100
commit6c97cd335b33d2160288b992602a0deda2ae5652 (patch)
treedd5d2350f79e9456618dae6746ad0a8c5ae23381 /doc
parent36f9631512fe164ae115c4a216d3cddbf81e6daa (diff)
parent43f24f4c012687a7771e334d4e25ebe407a512bf (diff)
downloadale-6c97cd335b33d2160288b992602a0deda2ae5652.zip
Merge pull request #429 from breed808/go
Add support for gosimple and staticcheck
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 4aac58c0..8feb3eb8 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -119,7 +119,7 @@ The following languages and tools are supported.
* Elm: 'elm-make'
* Erlang: 'erlc'
* Fortran: 'gcc'
-* Go: 'gofmt -e', 'go vet', 'golint', 'go build'
+* Go: 'gofmt -e', 'go vet', 'golint', 'go build', 'gosimple', 'staticcheck'
* Haml: 'hamllint'
* Haskell: 'ghc', 'hlint'
* HTML: 'HTMLHint', 'proselint', 'tidy'