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