Support revive for go files (#2933)

Signed-off-by: Penghui Liao <liaoishere@gmail.com>
This commit is contained in:
Paco
2020-05-22 19:09:14 +08:00
committed by GitHub
parent 7ff87a942b
commit 7265ceb6d0
6 changed files with 73 additions and 0 deletions

View File

@@ -173,6 +173,7 @@ formatting.
* [gosimple](https://github.com/dominikh/go-tools/tree/master/cmd/gosimple) :warning: :floppy_disk:
* [gotype](https://godoc.org/golang.org/x/tools/cmd/gotype) :warning: :floppy_disk:
* [go vet](https://golang.org/cmd/vet/) :floppy_disk:
* [revive](https://github.com/mgechev/revive) :warning: :floppy_disk:
* [staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) :warning: :floppy_disk:
* GraphQL
* [eslint](http://eslint.org/)