nginxinc / kic-reference-architectures

MARA: Modern Application Reference Architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

qdzlug opened this issue · 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