mirror of
https://github.com/encounter/webrtc.git
synced 2026-03-30 11:42:19 -07:00
2bb876a40d
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.
7 lines
99 B
Bash
Executable File
7 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Redirect output to stderr.
|
|
exec 1>&2
|
|
|
|
.github/lint-disallowed-functions-in-library.sh
|