mirror of
https://gh.wpcy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-04-21 00:57:13 +08:00
* Initial refactor commit
* ✅ Added build and tests CI/CD
* PR Rejects
* Rejects leftover
23 lines
448 B
JSON
23 lines
448 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "phpcs",
|
|
"severity": "error",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^<file name=\"(?:\\/github\\/workspace\\/)?(.*)\">$",
|
|
"file": 1
|
|
},
|
|
{
|
|
"regexp": "<error line=\"(\\d*)\" column=\"(\\d*)\" severity=\"(error|warning)\" message=\"(.*)\" source=\"(.*)(\"\\/>+)$",
|
|
"line": 1,
|
|
"column": 2,
|
|
"severity": 3,
|
|
"message": 4,
|
|
"code": 5,
|
|
"loop": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|