MetaMask / module-lint

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

non zero exit in case of lint fails or errors #76

Closed kanthesha closed 2 months ago

kanthesha commented 3 months ago

we need the tool to exit with a non-zero exit code if there are any lint errors or if the tool throws an error for any reason. This way, when running the tool in a GitHub workflow, the job will fail.