We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9725c4b commit 616eb44Copy full SHA for 616eb44
src/etc/pre-push.sh
@@ -29,7 +29,9 @@ cd "$ROOT_DIR"
29
# The env var is necessary for printing diffs in py (fmt/lint) and cpp.
30
TIDY_PRINT_DIFF=1 ./x test tidy \
31
--set build.locked-deps=true \
32
+ --pre-push \
33
--extra-checks auto:py,auto:cpp,auto:js
34
+
35
if [ $? -ne 0 ]; then
36
echo "You may use \`git push --no-verify\` to skip this check."
37
exit 1
0 commit comments