Skip to content

Commit

Permalink
Restrict scanning to ignore thirdparty and auto-generated code
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Sep 13, 2023
1 parent f244621 commit 6f943c4
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 6f943c4

Please sign in to comment.