Removes deprecated Actionlint problem matcher
Deletes the obsolete Actionlint problem matcher configuration to clean up workflow files and reduce maintenance overhead. Relates to MLO-469
This commit is contained in:
parent
2255b91210
commit
c11e91c614
1 changed files with 0 additions and 17 deletions
17
.github/actionlint-matcher.json
vendored
17
.github/actionlint-matcher.json
vendored
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"problemMatcher": [
|
||||
{
|
||||
"owner": "actionlint",
|
||||
"pattern": [
|
||||
{
|
||||
"code": 5,
|
||||
"column": 3,
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"message": 4,
|
||||
"regexp": "^(?:\\x1b\\[\\d+m)?(.+?)(?:\\x1b\\[\\d+m)*:(?:\\x1b\\[\\d+m)*(\\d+)(?:\\x1b\\[\\d+m)*:(?:\\x1b\\[\\d+m)*(\\d+)(?:\\x1b\\[\\d+m)*: (?:\\x1b\\[\\d+m)*(.+?)(?:\\x1b\\[\\d+m)* \\[(.+?)\\]$"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue