branch_files/1 | |
install_hook/0 | Install a pre commit hook for the git repository in the current dir. |
relative_position/2 | Takes a git patch and an absolute file line number and returns a relative position for that line in the patch. |
run_branch/2 | |
run_hook/1 | |
staged_files/0 |
branch_files(Commit::string()) -> [elvis_file:file()]
install_hook() -> ok
Install a pre commit hook for the git repository in the current dir.
relative_position(Patch::binary(), LineNum::integer()) -> {ok, integer()} | not_found
Takes a git patch and an absolute file line number and returns a relative position for that line in the patch.
run_branch(Commit::string(), Config::elvis_config:config()) -> ok
run_hook(Config::elvis_config:config()) -> ok
staged_files() -> [elvis_file:file()]
Generated by EDoc