Skip to content

Commit

Permalink
Filter Out Unwanted CodeQL Rules (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks authored Dec 30, 2024
1 parent 99624aa commit d41f83e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,12 @@ jobs:
build-mode: manual
config: |
queries:
- uses: security-and-quality # (very verbose)
- uses: security-and-quality # (very verbose)
query-filters:
- exclude:
id: cpp/loop-variable-changed
- exclude:
id: cpp/include-non-header
- name: Build
shell: pwsh
run: ./build.ps1 -Arch ${{ matrix.arch }} -Tls ${{ matrix.tls }} -Link ${{ matrix.link }} -Install -BuildInstaller -Debug
Expand Down

0 comments on commit d41f83e

Please sign in to comment.