CI: Eliminate 3rd party and generated code from analysis
This commit is contained in:
committed by
Kacper Donat
parent
ec86e2a440
commit
eb69381f89
8
.github/workflows/codeql_cpp.yml
vendored
8
.github/workflows/codeql_cpp.yml
vendored
@@ -114,10 +114,10 @@ jobs:
|
||||
# tools: https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.20.7/codeql-bundle-linux64.tar.gz
|
||||
|
||||
# Add exclusions
|
||||
# config: |
|
||||
# query-filters:
|
||||
# - exclude:
|
||||
# id: py/file-not-closed
|
||||
config: |
|
||||
paths-ignore:
|
||||
- src/3rdParty/**
|
||||
- '**/ui_*.h'
|
||||
|
||||
# If the analyze step fails for one of the languages you are analyzing with
|
||||
# "We were unable to automatically build your code", modify the matrix above
|
||||
|
||||
Reference in New Issue
Block a user