Sign in
cobalt
/
cobalt
/
0a28a8fa312d64217177b774535966deff46f251
/
.
/
src
/
third_party
/
web_platform_tests
/
lint
blob: d2e5e18cfe0605f6035380624d0044de7b94f740 [
file
] [
log
] [
blame
]
#!/usr/bin/env python
import
sys
try
:
from
tools
.
lint
import
lint
except
ImportError
:
print
(
"tools.lint not found. Did you forget to run "
'"git submodule update --init --recursive"?'
)
sys
.
exit
(
2
)
sys
.
exit
(
0
if
lint
.
main
()
==
0
else
1
)