1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-04-20 00:18:09 +01:00
Files
supervisor/.github/workflows/matchers/check-executables-have-shebangs.json
2020-07-05 20:20:29 +02:00

15 lines
221 B
JSON

{
"problemMatcher": [
{
"owner": "check-executables-have-shebangs",
"pattern": [
{
"regexp": "^(.+):\\s(.+)$",
"file": 1,
"message": 2
}
]
}
]
}