Skip to content

Commit

Permalink
Added CodeQL exclusions for VkFFT and imgui so we can focus on our ow…
Browse files Browse the repository at this point in the history
…n bugs and warnings. Fixes #808.
  • Loading branch information
azonenberg committed Nov 13, 2024
1 parent d014748 commit ad40383
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
paths:
- 'src'
- 'lib'
paths-ignore:
- 'src/imgui/*'
- 'src/imgui-node-editor/*'
- 'lib/VkFFT/*'
1 change: 1 addition & 0 deletions .github/workflows/CodeQL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,5 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
config-file: ./.github/codewl/codeql-config.yml
category: "/language:${{matrix.language}}"

0 comments on commit ad40383

Please sign in to comment.