Skip to content

Run jsonlint on pre-push

Michał Zając requested to merge mzajac/run-jsonlint-on-prepush into master

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

  1. git switch mzajac/run-jsonlint-on-prepush
  2. Edit some JSON files
  3. git add .
  4. git commit -m "Testing Lefthook hook"
  5. 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.

Edited by Michał Zając

Merge request reports