mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Add some new-style suite definitions
This commit is contained in:
4
python/ql/src/codeql-suites/python-lgtm-full.qls
Normal file
4
python/ql/src/codeql-suites/python-lgtm-full.qls
Normal 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
|
||||
4
python/ql/src/codeql-suites/python-lgtm.qls
Normal file
4
python/ql/src/codeql-suites/python-lgtm.qls
Normal 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
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "codeql-python",
|
||||
"version": "0.0.0",
|
||||
"dbscheme": "semmlecode.python.dbscheme"
|
||||
"dbscheme": "semmlecode.python.dbscheme",
|
||||
"suites": "codeql-suites"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user