Merge pull request #429 from breed808/go

Add support for gosimple and staticcheck
This commit is contained in:
w0rp
2017-03-30 23:28:19 +01:00
committed by GitHub
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'