diff options
author | Ben Reedy <breed808@breed808.com> | 2017-03-30 11:42:16 +1000 |
---|---|---|
committer | Ben Reedy <breed808@breed808.com> | 2017-03-30 11:49:52 +1000 |
commit | 43f24f4c012687a7771e334d4e25ebe407a512bf (patch) | |
tree | a1af23ae169c5e63a51d03d0e738db8f4c37754e /doc | |
parent | 2a88b60ff1ef5a4e9e73dc0d3be9f8ac51ec1309 (diff) | |
download | ale-43f24f4c012687a7771e334d4e25ebe407a512bf.zip |
Add support 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 af8e39d3..de7fe2e0 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' |