servo/tests/wpt/web-platform-tests/lint

6 lines
102 B
Python
Executable file

#!/usr/bin/env python
import sys
from tools.lint import lint
sys.exit(0 if lint.main() == 0 else 1)