Run jsonlint on pre-push
What does this MR do and why?
This MR runs jsonlint on changed JSON files in pre-push
hook
How to set up and validate locally
git switch mzajac/run-jsonlint-on-prepush
- Edit some JSON files
git add .
git commit -m "Testing Lefthook hook"
bundle exec lefthook run pre-push
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Michał Zając