We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d78ef commit 31dbf32Copy full SHA for 31dbf32
xls/dev_tools/check_cpp_includes.py
@@ -48,6 +48,8 @@
48
'linenoise.h',
49
'libs/json11/',
50
'proto/profile.pb.h', # the pprof format header.
51
+ '/tmp', # For tests.
52
+ 'path/to', # For tests.
53
'%s', # For format strings embedded in files.
54
])
55
0 commit comments