mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
33 lines
857 B
JSON
33 lines
857 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "Luacheck-problem-matcher",
|
||
|
"fileLocation": [ "relative", "${GITHUB_WORKSPACE}" ],
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^( *)(.+.lua):(\\d+):(\\d+): (.*)$",
|
||
|
"file": 2,
|
||
|
"line": 3,
|
||
|
"column": 4,
|
||
|
"message": 5
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"owner": "Lua-language-server-problem-matcher",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^(.+.lua):(\\d+):(\\d+)",
|
||
|
"file": 1,
|
||
|
"line": 2,
|
||
|
"column": 3
|
||
|
},
|
||
|
{
|
||
|
"regexp": "^(.*)",
|
||
|
"message": 1
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|