FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

Add pre-commit script to run tests and check code formatting #257

Closed jbcoe closed 7 years ago

ajbennieston commented 7 years ago

A pre-push hook sounds like the right thing, here.

ajbennieston commented 7 years ago

It should run the codechecks, but not the tests. We want to allow people to push broken branches to get help with fixing...

ajbennieston commented 7 years ago

Closed in PR #271 .