Use Case
Using husky (or lefthook?) or other solution for pre-commit checks.
Better developer QOL and less code churn if we run pre commit checks for testing, linting, formatting, etc.
Steps:
- choose an approach
- implement it
Husky is popular for JS projects. I kind of like the idea of using lefthook as it is polyglot and in general I am thinking about integrating AICS tooling across different projects. You can use lefthook in non-JS/npm projects as well.
Acceptance Criteria
Please describe how you know this is done
Details
Please provide any helpful specifications
Use Case
Using
husky(orlefthook?) or other solution for pre-commit checks.Better developer QOL and less code churn if we run pre commit checks for testing, linting, formatting, etc.
Steps:
Husky is popular for JS projects. I kind of like the idea of using
lefthookas it is polyglot and in general I am thinking about integrating AICS tooling across different projects. You can uselefthookin non-JS/npm projects as well.Acceptance Criteria
Please describe how you know this is done
Details
Please provide any helpful specifications