-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Reactions are currently unavailable