diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2019-01-24 12:22:28 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-24 08:03:17 -0500 |
commit | 611e8dcda7e29617db0b78c6fc5a47f66e4d1842 (patch) | |
tree | 8c30eb4affeb71a3fcba5b46c79e3eb8d208d41e /scripts | |
parent | 99fffc6c2fbc00cdeb9edd07ebb580f55d0a3513 (diff) | |
download | tor-611e8dcda7e29617db0b78c6fc5a47f66e4d1842.tar.gz tor-611e8dcda7e29617db0b78c6fc5a47f66e4d1842.zip |
Also run checkInclude.py before every commit
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/maint/pre-commit.git-hook | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/maint/pre-commit.git-hook b/scripts/maint/pre-commit.git-hook index 0868559606..724cd77321 100755 --- a/scripts/maint/pre-commit.git-hook +++ b/scripts/maint/pre-commit.git-hook @@ -21,3 +21,5 @@ src/test/*.[ch] \ src/test/*/*.[ch] \ src/tools/*.[ch] +python scripts/maint/checkIncludes.py + |