mingrammer / pyreportcard

:traffic_light: A report card for Python application
MIT License
97 stars 12 forks source link

(#25) Add pyreportcard-cli.py to run against a local repository #29

Closed xavierhardy closed 5 years ago

xavierhardy commented 5 years ago

The CLI usage is similar to goreportcard-cli The CLI does not require any database Use -v to list all errors and warnings Use -d to select a directory Fix missing MyPy test Unify linter interfaces to simplify the addition of new analyzers

xavierhardy commented 5 years ago

Hi @mingrammer , could you have a look please? Since I slightly modified the way the analyzers are added, it blocks other potential pull requests. Thanks

mingrammer commented 5 years ago

I'll check it in the evening. Sorry for late.

mingrammer commented 5 years ago

@xavierhardy Please do not force push, it makes PR testing confused. Just append the commits to the first PR commit, so I can squash the commits into a single commit when merge.

mingrammer commented 5 years ago

If you don't want to make several commits for a single issue, just close and re-send the PR for it, please.

xavierhardy commented 5 years ago

Sure, no problem, especially if you squash afterwards.

mingrammer commented 5 years ago

Thank you