mirror of
https://github.com/github/codeql.git
synced 2026-01-03 17:50:19 +01:00
Now that the nightly bundle has the default query set, we don't need a special inline config.
14 lines
231 B
YAML
14 lines
231 B
YAML
name: "CodeQL config"
|
|
|
|
queries:
|
|
- uses: security-and-quality
|
|
|
|
paths-ignore:
|
|
- '/cpp/'
|
|
- '/java/'
|
|
- '/python/'
|
|
- '/javascript/ql/test'
|
|
- '/javascript/extractor/tests'
|
|
- '/rust/ql/test'
|
|
- '/rust/ql/integration-tests'
|