mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-21 13:38:56 +02:00
17 lines
289 B
YAML
17 lines
289 B
YAML
name: "CodeQL config"
|
|
|
|
query-filters:
|
|
- exclude:
|
|
problem.severity:
|
|
- warning
|
|
- recommendation
|
|
- exclude:
|
|
id: go/log-injection
|
|
|
|
paths-ignore:
|
|
- 'server/swagger/**/*.html'
|
|
- 'website/**/*.html'
|
|
- '**/*_test.go'
|
|
- 'webapp/cypress/**'
|
|
- '**/*.test.*'
|