kic-reference-architectures icon indicating copy to clipboard operation
kic-reference-architectures copied to clipboard

feat: Want pre-commit hook to lint, style check, etc

Open qdzlug opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. We do run some checks once the code is pushed up to the repo, but we would like to move as many of these tests as possible to a pre-commit hook to make it a bit easier to catch and fix.

Describe the solution you'd like Linters that run as a pre-commit hook.

Describe alternatives you've considered We currently do some linting as part of our GH actions checks.

Additional context None

qdzlug avatar May 06 '22 22:05 qdzlug

https://pre-commit.com/hooks.html

qdzlug avatar Aug 22 '22 17:08 qdzlug