MetaMask / module-lint

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

Add rule execution code #35

Closed mcmire closed 9 months ago

mcmire commented 9 months ago

In order to run rules against a particular project, we need to look at the dependencies between the rules to determine the priority and order in which they should be run, then represent the hierarchy as a tree structure. After that, we can traverse the tree.