Files
webrtc/.github/hooks/pre-commit.sh
Max Hawkins 2bb876a40d Run lint scripts in git hooks
You can install the git hooks by running ./.github/install-hooks.sh.
Afterward the linters will be run before every commit and push so
you can catch violations before the CI does.
2018-12-04 17:13:22 -08:00

7 lines
99 B
Bash
Executable File

#!/bin/sh
# Redirect output to stderr.
exec 1>&2
.github/lint-disallowed-functions-in-library.sh