mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 13:58:51 +03:00
12 lines
181 B
YAML
12 lines
181 B
YAML
|
name: "CodeQL config for Javascript"
|
||
|
|
||
|
paths-ignore:
|
||
|
- "**/lib/*"
|
||
|
|
||
|
queries:
|
||
|
- uses: security-and-quality
|
||
|
|
||
|
query-filters:
|
||
|
- exclude:
|
||
|
id: js/superfluous-trailing-arguments
|