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

Need an option to ignore some folders for the static code check #66

Open flyaway921 opened 6 years ago

flyaway921 commented 6 years ago

I think it will be more efficient if this tool support an option "igonre path", because project has its vendor folder, but we don't like to check those code.