1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-21 13:38:56 +02:00
focalboard/.github/codeql/codeql-config.yml
2022-10-18 16:51:33 +05:30

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.*'