You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
277 B

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