mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
We no longer need the platform-specific directories, so simplify the test organization. If you don't want this change, just skip merging this PR. It's purely optional. The PR also deletes a spurious qlpack.yml that I missed when converting the tests to pytest.
22 lines
717 B
Plaintext
22 lines
717 B
Plaintext
{
|
|
"location": {
|
|
"endColumn": 5,
|
|
"endLine": 1,
|
|
"file": "bad.js",
|
|
"startColumn": 5,
|
|
"startLine": 1
|
|
},
|
|
"markdownMessage": "A parse error occurred: `Unexpected token`. Check the syntax of the file. If the file is invalid, correct the error or [exclude](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/customizing-code-scanning) the file from analysis.",
|
|
"severity": "warning",
|
|
"source": {
|
|
"extractorName": "javascript",
|
|
"id": "js/parse-error",
|
|
"name": "Could not process some files due to syntax errors"
|
|
},
|
|
"visibility": {
|
|
"cliSummaryTable": true,
|
|
"statusPage": true,
|
|
"telemetry": true
|
|
}
|
|
}
|