Committee v1.0.0 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 .committee.exs (created via mix committee.install).

Link to this section Summary

Functions

Return a list of the currently supported hooks.

Return the current hook format version used by Committee

Link to this section Functions

Return a list of the currently supported hooks.

Return the current hook format version used by Committee

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()