https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c6fbe7e7254917992588d44e082a540b37abd035 authored by Josh Matthews on 14 March 2018, 15:06:50 UTC
Add a lint to catch adding files that would otherwise be ignored by git.
Tip revision: c6fbe7e
categories.json
{
    ":categories": [
        ["api", "parsing", "rendering"],
        ["cues"],
        ["regions"],
        ["stylesheets"]
    ],
    ":subcategories": ["api/categories.json", "parsing/categories.json"],
    "api/*": "api",
    "parsing/*": "parsing",
    "rendering/*": "rendering"
}
back to top