Skip to content

Commit

Permalink
Merge pull request #1343 from ghutchis/tweak-codeql
Browse files Browse the repository at this point in the history
Restrict scanning to ignore thirdparty and auto-generated code
  • Loading branch information
ghutchis authored Sep 13, 2023
2 parents 7ec5ea8 + 6f943c4 commit ab9e39a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
query-filters:
- exclude:
id: cpp/integer-multiplication-cast-to-long
paths-ignore:
- '**/moc_*.*'
- '**/ui_*.h'
- 'thirdparty/**/*.*'
- 'utilities/**/*.*'

0 comments on commit ab9e39a

Please sign in to comment.