mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-07-27 17:27:43 +00:00
22 lines
320 B
YAML
22 lines
320 B
YAML
name: "CodeQL Config"
|
|
|
|
queries:
|
|
- uses: security-and-quality
|
|
- uses: security-extended
|
|
|
|
paths-ignore:
|
|
- '**/test/**'
|
|
- '**/tests/**'
|
|
- '**/*.test.cs'
|
|
- '**/obj/**'
|
|
- '**/bin/**'
|
|
- '**/docs/**'
|
|
|
|
query-filters:
|
|
- exclude:
|
|
problem.severity:
|
|
- warning
|
|
- recommendation
|
|
|
|
paths:
|
|
- src |