1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-09 10:25:52 +00:00

Create tslint-prose.json

This commit is contained in:
Michael van der Net 2019-12-13 14:48:27 +01:00 committed by GitHub
parent 9a99bb3e35
commit 2743c36a72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
.github/tslint-prose.json vendored Normal file
View file

@ -0,0 +1,17 @@
{
"problemMatcher": [
{
"owner": "tslint-prose",
"pattern": [
{
"regexp": "^(WARNING|ERROR):\\s\\\/home\\\/runner\\\/work\\\/[^\\\/]+\\\/[^\\\/]+\\\/(\\S+):(\\d+):(\\d+)\\s-\\s(.+)$",
"severity": 1,
"file": 2,
"line": 3,
"column": 4,
"message": 5
}
]
}
]
}