summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/lint/commands.json
blob: ded173209de8ffd917634416e35a32f07439478c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "lint": {
    "path": "lint.py",
    "script": "main",
    "parser": "create_parser",
    "help": "Run the lint",
    "virtualenv": true,
    "requirements": [
      "../metadata/yaml/requirements.txt"
    ]
  }
}