Skip to content

Git hooks

Nelson Omuto edited this page Jul 12, 2018 · 3 revisions

Linting - (precommit hook)

Please ensure that you don't skip the precommit so that our pull requests can focus on code changes that are not diluted with a lot of whitespace, tabs and formatting diffs.

screen shot 2018-07-12 at 10 14 29 am

Linting will be triggered automatically each time you commit.

Unit tests - (prepush hook & CI build pipeline)

The unit tests are integrated with the CI pipeline and will be triggered automatically locally as well each time you push. screen shot 2018-07-12 at 10 16 14 am

screen shot 2018-07-12 at 10 19 04 am