Skip to content

Commit d41f83e

Browse files
authored
Filter Out Unwanted CodeQL Rules (#296)
1 parent 99624aa commit d41f83e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,12 @@ jobs:
7070
build-mode: manual
7171
config: |
7272
queries:
73-
- uses: security-and-quality # (very verbose)
73+
- uses: security-and-quality # (very verbose)
74+
query-filters:
75+
- exclude:
76+
id: cpp/loop-variable-changed
77+
- exclude:
78+
id: cpp/include-non-header
7479
- name: Build
7580
shell: pwsh
7681
run: ./build.ps1 -Arch ${{ matrix.arch }} -Tls ${{ matrix.tls }} -Link ${{ matrix.link }} -Install -BuildInstaller -Debug

0 commit comments

Comments
 (0)