diff options
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 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' |