Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ IgnoreDir
Method
IgnoreDir
deps/v8/tools/v8_presubmit.py:388–390 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
386
return
name.endswith(
'.cc'
) or name.endswith(
'.h'
)
387
388
def
IgnoreDir(self, name):
389
return
(super(CppLintProcessor, self).IgnoreDir(name)
390
or (name ==
'third_party'
))
391
392
IGNORE_LINT = [
393
'export-template.h'
,
Callers
nothing calls this directly
Calls
1
IgnoreDir
Method · 0.45
Tested by
no test coverage detected