mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
add backticks around the concrete parse error
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"startColumn": 4,
|
||||
"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.",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user