Skip to content

Commit 32f7ce6

Browse files
committed
Add instruction for a precommit hook to automatically clang-tidy the codebase before each commit.
1 parent 6572fca commit 32f7ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
python run_clang_format.py -r -i .
2+
python run_clang_format.py -r -i TARS
33
exit 0

0 commit comments

Comments
 (0)