mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-04-19 07:58:09 +01:00
15 lines
221 B
JSON
15 lines
221 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "check-executables-have-shebangs",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.+):\\s(.+)$",
|
|
"file": 1,
|
|
"message": 2
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|