Files
codeql/go/.github/problem-matchers/make.json
2022-05-20 10:07:19 -07:00

14 lines
247 B
JSON

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