Skip to content

Commit

Permalink
CodeQL reports a rest element but that's a spread syntax in the `dump…
Browse files Browse the repository at this point in the history
…er.js` file (#321)

> * site/vendor/tracy/tracy/src/Tracy/Dumper/assets/dumper.js#L354C86:86: A parse error occurred: `Comma is not permitted after the rest element`. 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.

https://github.com/spaze/michalspacek.cz/actions/runs/8996895829/job/24714088773#step:5:918

CodeQL config added in #311
  • Loading branch information
spaze authored May 8, 2024
2 parents b0ec2cd + 5ae7d74 commit 6ac01b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
config: |
paths-ignore:
- site/vendor/tracy/tracy/src/Tracy/Dumper/assets/dumper.js
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
Expand Down

0 comments on commit 6ac01b5

Please sign in to comment.