Add support for gosimple and staticcheck

This commit is contained in:
Ben Reedy
2017-03-30 11:42:16 +10:00
parent 2a88b60ff1
commit 43f24f4c01
4 changed files with 20 additions and 2 deletions

View File

@@ -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'