mirror of
https://github.com/mattermost/mattermost.git
synced 2026-04-20 21:57:03 -04:00
14 lines
219 B
YAML
14 lines
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'
|