aboutsummaryrefslogtreecommitdiff
path: root/scripts/lint-grpc-sys.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lint-grpc-sys.sh')
-rwxr-xr-xscripts/lint-grpc-sys.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lint-grpc-sys.sh b/scripts/lint-grpc-sys.sh
new file mode 100755
index 0000000..a3fc7e0
--- /dev/null
+++ b/scripts/lint-grpc-sys.sh
@@ -0,0 +1,2 @@
+#!/usr/bin/env bash
+clang-tidy grpc-sys/grpc_wrap.cc -- -Igrpc-sys/grpc/include -x c++ -std=c++11