From 4ac67cf3435b3e15f95fadc20c98e37abf706ea4 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 13 Jun 2018 19:38:22 +0200 Subject: Demo protobufs in deno2. Adds deno_set_response() to allow stack allocated responses. --- deno2/tools/lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deno2/tools/lint.sh') diff --git a/deno2/tools/lint.sh b/deno2/tools/lint.sh index ed7831e29..64a452f0a 100755 --- a/deno2/tools/lint.sh +++ b/deno2/tools/lint.sh @@ -1,4 +1,4 @@ #!/bin/sh cd `dirname "$0"`/.. set -e -v -cpplint --repository=. *.cc *.h include/*.h +cpplint --filter=-build/include_subdir --repository=. *.cc *.h include/*.h -- cgit v1.2.3