aboutsummaryrefslogtreecommitdiff
path: root/.github/matchers/vala-problem-matcher.json
diff options
context:
space:
mode:
Diffstat (limited to '.github/matchers/vala-problem-matcher.json')
-rw-r--r--.github/matchers/vala-problem-matcher.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/matchers/vala-problem-matcher.json b/.github/matchers/vala-problem-matcher.json
new file mode 100644
index 00000000..cab13a40
--- /dev/null
+++ b/.github/matchers/vala-problem-matcher.json
@@ -0,0 +1,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
+ }
+ ]
+ }
+ ]
+}