MetaMask / module-lint

Analyzes one or more repos for divergence from a template repo.
1 stars 3 forks source link

Add project linting and reporting code #36

Closed mcmire closed 9 months ago

mcmire commented 9 months ago

Once we have the ability to execute arbitrary rules on a known project, we now need to go up one level and add the ability to receive a reference to some kind of project (a shortname, like "utils", or a directory path), resolve that reference to a Git repository, clone the repository if necessary, execute the rules on that repository, and then print out a report.