summaryrefslogtreecommitdiffstats
path: root/src/ci/github-actions/problem_matchers.json
blob: 37561924b7d4f1b0d54dd56d4dfd694889a96bc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "problemMatcher": [
        {
            "owner": "tidy-error-file-line",
            "pattern": [
                {
                    "regexp": "^tidy error: /checkout/(.+):(\\d+): (.+)$",
                    "file": 1,
                    "line": 2,
                    "message": 3
                }
            ]
        }
    ]
}