Properly format json

This commit is contained in:
Oliver Scherer 2019-12-15 17:19:41 +01:00
parent eed57dcded
commit 5166f6e5f2

View File

@ -316,7 +316,8 @@
}, },
{ {
"name": "rustc-json", "name": "rustc-json",
"patterns": [{ "patterns": [
{
"regexp": "^.*\"message\":{\"message\":\"([^\"]*).*?\"file_name\":\"([^\"]+).*?\"line_start\":(\\d+).*?\"line_end\":(\\d+).*?\"column_start\":(\\d+).*?\"column_end\":(\\d+).*}$", "regexp": "^.*\"message\":{\"message\":\"([^\"]*).*?\"file_name\":\"([^\"]+).*?\"line_start\":(\\d+).*?\"line_end\":(\\d+).*?\"column_start\":(\\d+).*?\"column_end\":(\\d+).*}$",
"message": 1, "message": 1,
"file": 2, "file": 2,
@ -324,7 +325,8 @@
"endLine": 4, "endLine": 4,
"column": 5, "column": 5,
"endColumn": 6 "endColumn": 6
}] }
]
} }
], ],
"problemMatchers": [ "problemMatchers": [