codeql/.github/problem-matchers/make.json

14 строки
247 B
JSON

{
"problemMatcher": [
{
"owner": "make",
"pattern": [
{
"regexp": "^(make: \\*\\*\\* .*)$",
"message": 1
}
]
}
]
}