diff options
author | Michiel Westerbeek <happylinks@gmail.com> | 2017-08-20 14:36:46 +0200 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-08-20 13:36:46 +0100 |
commit | d646ebda72cffdec06fbef81cbf72d04806bef42 (patch) | |
tree | b343942c6db2d20176f9ed355c9c68e3d6416705 /README.md | |
parent | c7193e775ebd16f06e4c44e819c829e954bda8e1 (diff) | |
download | ale-d646ebda72cffdec06fbef81cbf72d04806bef42.zip |
Added new linter for GraphQL: gqlint (#863)
* Added new linter for GraphQL: GQLint
* added help-files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ name. That seems to be the fairest way to arrange this table. | Fortran | [gcc](https://gcc.gnu.org/) | | FusionScript | [fusion-lint](https://github.com/RyanSquared/fusionscript) | | 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) | +| GraphQL | [gqlint](https://github.com/happylinks/gqlint) | | 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/), [stack-ghc](https://haskellstack.org/), [stack-build](https://haskellstack.org/), [ghc-mod](https://github.com/DanielG/ghc-mod), [stack-ghc-mod](https://github.com/DanielG/ghc-mod), [hlint](https://hackage.haskell.org/package/hlint), [hdevtools](https://hackage.haskell.org/package/hdevtools) | |