Files
codeql/.github/problem-matchers/codeql-query-format.json
2022-05-20 10:22:47 -07:00

15 lines
313 B
JSON

{
"problemMatcher": [
{
"owner": "codeql-query-format",
"pattern": [
{
"regexp": "^((.*) would change by autoformatting\\.)$",
"file": 2,
"message": 1
}
]
}
]
}