aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcclauss <cclauss@bluewin.ch>2018-12-07 07:38:20 +0100
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-12-11 12:16:40 +0100
commit50cf6e7ddfd999278a8e9a67ecdccbd6a4791a99 (patch)
tree7b3721bbe4e9bbf90e6b4814b7d9b7d5fc04cb1f /src
parentb337b58146d69702aee15e72dbae82761e15c82e (diff)
downloadandroid-node-v8-50cf6e7ddfd999278a8e9a67ecdccbd6a4791a99.tar.gz
android-node-v8-50cf6e7ddfd999278a8e9a67ecdccbd6a4791a99.tar.bz2
android-node-v8-50cf6e7ddfd999278a8e9a67ecdccbd6a4791a99.zip
test: do not lint macros files (again)
PR-URL: https://github.com/nodejs/node/pull/24886 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/notrace_macros.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/notrace_macros.py b/src/notrace_macros.py
index e49dd350d1..334f9c0c7f 100644
--- a/src/notrace_macros.py
+++ b/src/notrace_macros.py
@@ -1,6 +1,9 @@
# This file is used by tools/js2c.py to preprocess out the DTRACE symbols in
# builds that don't support DTrace. This is not used in builds that support
# DTrace.
+
+# flake8: noqa
+
macro DTRACE_HTTP_CLIENT_REQUEST(x) = ;
macro DTRACE_HTTP_CLIENT_RESPONSE(x) = ;
macro DTRACE_HTTP_SERVER_REQUEST(x) = ;