aboutsummaryrefslogtreecommitdiff
path: root/.github/matchers/vala-problem-matcher.json
blob: cab13a4009762da02e7a3626a2ca0ab749074326 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "problemMatcher": [
        {
            "owner": "vala-problem-matcher",
            "pattern": [
                {
                    "regexp": "^(?:../)?(.*?):(\\d+).(\\d+)-\\d+.\\d+:?\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
                    "file": 1,
                    "line": 2,
                    "column": 3,
                    "severity": 4,
                    "message": 5
                }
            ]
        }
    ]
}