diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-03-30 23:28:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-30 23:28:19 +0100 |
commit | 6c97cd335b33d2160288b992602a0deda2ae5652 (patch) | |
tree | dd5d2350f79e9456618dae6746ad0a8c5ae23381 /doc/ale.txt | |
parent | 36f9631512fe164ae115c4a216d3cddbf81e6daa (diff) | |
parent | 43f24f4c012687a7771e334d4e25ebe407a512bf (diff) | |
download | ale-6c97cd335b33d2160288b992602a0deda2ae5652.zip |
Merge pull request #429 from breed808/go
Add support for gosimple and staticcheck
Diffstat (limited to 'doc/ale.txt')
-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 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' |