Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 56fd127

Browse filesBrowse files
cclaussBethGriggs
authored andcommitted
test: do not lint macros files (again)
PR-URL: #24886 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent bc71e9e commit 56fd127
Copy full SHA for 56fd127

File tree

Expand file treeCollapse file tree

3 files changed

+7
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+7
-0
lines changed
Open diff view settings
Collapse file

‎src/notrace_macros.py‎

Copy file name to clipboardExpand all lines: src/notrace_macros.py
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# This file is used by tools/js2c.py to preprocess out the DTRACE symbols in
22
# builds that don't support DTrace. This is not used in builds that support
33
# DTrace.
4+
5+
# flake8: noqa
6+
47
macro DTRACE_HTTP_CLIENT_REQUEST(x) = ;
58
macro DTRACE_HTTP_CLIENT_RESPONSE(x) = ;
69
macro DTRACE_HTTP_SERVER_REQUEST(x) = ;
Collapse file

‎tools/dcheck_macros.py‎

Copy file name to clipboardExpand all lines: tools/dcheck_macros.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# flake8: noqa
2+
13
macro DCHECK(x) = do { if (!(x)) (process._rawDebug("DCHECK: x == true"), process.abort()) } while (0);
24
macro DCHECK_EQ(a, b) = DCHECK((a) === (b));
35
macro DCHECK_GE(a, b) = DCHECK((a) >= (b));
Collapse file

‎tools/nodcheck_macros.py‎

Copy file name to clipboardExpand all lines: tools/nodcheck_macros.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# flake8: noqa
2+
13
macro DCHECK(x) = void(x);
24
macro DCHECK_EQ(a, b) = void(a, b);
35
macro DCHECK_GE(a, b) = void(a, b);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.