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