Add some new-style suite definitions

This commit is contained in:
Henning Makholm
2019-10-11 23:24:48 +02:00
parent cb3a05c6de
commit fd768a1af6
18 changed files with 91 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
- description: Standard LGTM queries for Python, including ones not displayed by default
- qlpack: codeql-python
- apply: lgtm-selectors.yml
from: codeql-suite-helpers

View File

@@ -0,0 +1,4 @@
- description: Standard LGTM queries for Python
- apply: codeql-suites/python-lgtm-full.qls
- apply: lgtm-displayed-only.yml
from: codeql-suite-helpers

View File

@@ -1,5 +1,6 @@
{
"name": "codeql-python",
"version": "0.0.0",
"dbscheme": "semmlecode.python.dbscheme"
"dbscheme": "semmlecode.python.dbscheme",
"suites": "codeql-suites"
}