mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
14 lines
247 B
JSON
14 lines
247 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "make",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(make: \\*\\*\\* .*)$",
|
|
"message": 1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|