Skip to content

Contributing

Will Crichton edited this page Nov 2, 2016 · 2 revisions

Before committing, please install the Git hooks for this project.

git clone https://github.com/willcrichton/scanner-hooks
<edit files>
./scanner-hooks/install_hooks.sh </path/to/scanner>

You'll need to edit pre-commit-clang-format and change CLANG_FORMAT to point your clang-format binary. Must be version 4.0 or above.

Clone this wiki locally