1
0
mirror of https://gitea.com/actions/setup-node.git synced 2025-05-17 05:16:52 +08:00

Merge 43811dd6bd6704741c37d749426f3659a7736a4b into eff380dfbcf941bf8832e4acb788cebe13dfd758

This commit is contained in:
Flo Edelmann 2024-05-26 22:16:43 +02:00 committed by GitHub
commit ce1f50bf90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,7 +4,7 @@
"owner": "eslint-compact",
"pattern": [
{
"regexp": "^(.+):\\sline\\s(\\d+),\\scol\\s(\\d+),\\s(Error|Warning|Info)\\s-\\s(.+)\\s\\((.+)\\)$",
"regexp": "^(.+):\\sline\\s(\\d+),\\scol\\s(\\d+),\\s([Ee]rror|[Ww]arning|[Ii]nfo)\\s-\\s(.+)\\s\\((.+)\\)$",
"file": 1,
"line": 2,
"column": 3,