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 #67

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