dsi-clinic / cocoa

Clinic Opinionated Codebase Oversight and Analysis
1 stars 0 forks source link

Integrate clone_repo into evaluate_repo #41

Closed timhannifan closed 2 months ago

timhannifan commented 2 months ago

Make the main evaluate_repo function use the clone_repo functionality. That is, I should be able to pass a git url to the command line interface and run evaluate_repo on it.

Currently you can only pass a valid git directory to evaluate_repo.

timhannifan commented 2 months ago

Added in #48