mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 07:34:07 +01:00
15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "check-executables-have-shebangs",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.+):\\s(marked executable but has no \\(or invalid\\) shebang!.*)$",
|
|
"file": 1,
|
|
"message": 2
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|