forked from Ivasoft/mattermost-mobile
14 lines
206 B
YAML
14 lines
206 B
YAML
name: "CodeQL config"
|
|
|
|
query-filters:
|
|
- exclude:
|
|
problem.severity:
|
|
- warning
|
|
- recommendation
|
|
- exclude:
|
|
id: js/insecure-randomness
|
|
|
|
paths-ignore:
|
|
- test
|
|
- '**/*.test.*'
|