Skip to content

Commit

Permalink
Fix the CodeQL very slow issue (#124)
Browse files Browse the repository at this point in the history
Fix the CodeQL very slow issue (#124)
  • Loading branch information
nigma456 authored Apr 9, 2021
1 parent a7fdbbe commit 30a639f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: "Custom CodeQL Config"

queries:
- uses: security-and-quality
- uses: security-and-quality

paths:
- '**/extension/src/**'
- '**/extension/src/**'

paths-ignore:
- '**/.vscode-test/**'
- '**/.vscode-test/**'
- '**/AutoLispExt/out/**'
- '**/test-resources/**'

0 comments on commit 30a639f

Please sign in to comment.