Committee v0.1.2 Committee behaviour View Source

This module exposes a __using__/1 that injects default implementation of git hooks such as pre_commit, post_commit.

Users are expected to override them in commit.exs (created via mix committee.install).

Link to this section Summary

Link to this section Callbacks

Link to this callback

post_commit()

View Source
post_commit() :: no_return()
Link to this callback

pre_commit()

View Source
pre_commit() :: no_return()