MetaMask / module-lint

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

checks for .editorconfig .gitattributes .gitignore #65

Closed kanthesha closed 4 months ago

kanthesha commented 4 months ago

We want to make sure that for a given project:

.editorconfig is present and matches the same content as in the module template .gitattributes is present and matches the same content as in the module template .gitignore is present, and the project's version of the file starts with the template's version

mcmire commented 4 months ago

@kanthesha Now that #63 is merged, can we rebase this branch on top of main? That should clean up the commit list / set of changes.

kanthesha commented 4 months ago

Created a new PR and it's available here https://github.com/MetaMask/module-lint/pull/67