flake8
failed.
JSHint
passed.
flake8
-
bot/reviewbot/tools/go.py (Diff revision 1) Show all issues -
Review Request #10300 — Created Nov. 1, 2018 and discarded
Add more support for the Go language. This patch adds a Go Tool class which
runs two commands on go files:1) go tool vet # static code analysis to find possible bugs or suspicious
constructs2) gofmt # formats the code
WIP