15 строки
219 B
YAML
15 строки
219 B
YAML
name: "CodeQL config"
|
|
|
|
query-filters:
|
|
- exclude:
|
|
problem.severity:
|
|
- warning
|
|
- recommendation
|
|
- exclude:
|
|
id: go/log-injection
|
|
|
|
paths-ignore:
|
|
- templates
|
|
- tests
|
|
- 'api4/*_local.go'
|