A Golang tool that does static analysis, unit testing, code review and generate code quality report.
goreporter
A Golang tool that does static analysis, unit testing, code review and generate code quality report. This is a tool that concurrently runs a whole bunch of those linters and normalizes their output to a report:
html template file which can be loaded via -t <file>.
Todo List
There are still many shortcomings in the presentation of the report, showing that the model is not perfect, and hope that someone can help optimize it.
Bad Practice:the code violates the accepted best practice standards
$ go get -u github.com/360EntSecGroup-Skylar/goreporter
Run it:
NOTE
You have to confirm that your project is operational. In particular, the problem with vendor, when the package is not found in the default path, goreporter will look again from the possible vendor path.