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:
parent
9a99bb3e35
commit
2743c36a72
1 changed files with 17 additions and 0 deletions
17
.github/tslint-prose.json
vendored
Normal file
17
.github/tslint-prose.json
vendored
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue