nascentdigital / contentfully

A simple but performant REST client for Contentful.
MIT License
18 stars 7 forks source link

Add pre-commit/pre-push hook to run unit tests and linting #33

Open twillw opened 4 years ago

twillw commented 4 years ago

We should be ensuring consistency of style by including linting rules in project and having a pre-commit hook that verifies the rules are followed. We should also be running unit tests as a part of a pre-commit hook to ensure code is not committed/pushed with broken tests.