qax-os / goreporter

A Golang tool that does static analysis, unit testing, code review and generate code quality report.
Apache License 2.0
3.13k stars 273 forks source link

go_fmt statistics are incorrect #78

Open zhanghb1994 opened 5 years ago

zhanghb1994 commented 5 years ago

Thanks to the author! GoReporter is very useful. And I found a problem when I used it. I have use it on my project. I already use gofmt to format the code, however, there is still a warning for go_fmt in the generated report. 001