We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b10dc commit 62cd8b1Copy full SHA for 62cd8b1
.github/matchers/jq_valid.json
@@ -1,16 +1,16 @@
1
{
2
- "problemMatcher": [
3
- {
4
- "owner": "jq_valid",
5
- "pattern": [
+ "problemMatcher": [
6
7
- "regexp": "^(.+);;(.+) at line (\\d+), column (\\d+)$",
8
- "file": 1,
9
- "message": 2,
10
- "line": 3,
11
- "column": 4
+ "owner": "jq_valid",
+ "pattern": [
+ {
+ "regexp": "^(.+);;(.+) at line (\\d+), column (\\d+)$",
+ "file": 1,
+ "message": 2,
+ "line": 3,
+ "column": 4
12
+ }
13
+ ]
14
}
- ]
- }
15
16
0 commit comments