diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-04-15 21:09:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-15 21:09:23 +0100 |
commit | 35c831dd2c9c5316d64aebc7df9fae9765af716c (patch) | |
tree | c5e308223badfec889422833354cd20779c082c5 /README.md | |
parent | 296ae92da4c85f7bb607ec39f431bc1bdd5eeab4 (diff) | |
parent | f0d76bc298778789072b87b73789141c750f1f50 (diff) | |
download | ale-35c831dd2c9c5316d64aebc7df9fae9765af716c.zip |
Merge pull request #471 from breed808/gometalinter
Add gometalinter linter for go files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ name. That seems to be the fairest way to arrange this table. | Elm | [elm-make](https://github.com/elm-lang/elm-make) | | Erlang | [erlc](http://erlang.org/doc/man/erlc.html) | | Fortran | [gcc](https://gcc.gnu.org/) | -| Go | [gofmt -e](https://golang.org/cmd/gofmt/), [go vet](https://golang.org/cmd/vet/), [golint](https://godoc.org/github.com/golang/lint), [go build](https://golang.org/cmd/go/), [gosimple](https://github.com/dominikh/go-tools/tree/master/cmd/gosimple), [staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) | +| Go | [gofmt -e](https://golang.org/cmd/gofmt/), [go vet](https://golang.org/cmd/vet/), [golint](https://godoc.org/github.com/golang/lint), [gometalinter](https://github.com/alecthomas/gometalinter), [go build](https://golang.org/cmd/go/), [gosimple](https://github.com/dominikh/go-tools/tree/master/cmd/gosimple), [staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) | | Haml | [haml-lint](https://github.com/brigade/haml-lint) | Handlebars | [ember-template-lint](https://github.com/rwjblue/ember-template-lint) | | Haskell | [ghc](https://www.haskell.org/ghc/), [hlint](https://hackage.haskell.org/package/hlint), [hdevtools](https://hackage.haskell.org/package/hdevtools) | |