Browse Source

lefthook

main
pvincent 2 months ago
parent
commit
04a959e3e9
  1. 9
      .lefthook.yml

9
.lefthook.yml

@ -0,0 +1,9 @@
pre-push:
parallel: true
commands:
audit:
run: brakeman --no-pager
fail_text: please fix the security issues provided by brakeman
minitest:
run: rails test
fail_text: Test-Driven development requires all tests must turn green before pushing
Loading…
Cancel
Save