mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Python tests: explicitly specify --lang2 for python2 tests
This allows them to work with the `LegacyQltLanguage.PYTHON3` extraction recipe.
This commit is contained in:
@@ -1 +1 @@
|
||||
semmle-extractor-options: --max-import-depth=3
|
||||
semmle-extractor-options: --lang=2 --max-import-depth=3
|
||||
@@ -1 +1,2 @@
|
||||
automatic_locations: true
|
||||
automatic_locations: true
|
||||
semmle-extractor-options: --lang=2
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
semmle-extractor-options: --max-import-depth=3
|
||||
semmle-extractor-options: --lang=2 --max-import-depth=3
|
||||
optimize: true
|
||||
|
||||
@@ -1 +1 @@
|
||||
semmle-extractor-options: --max-import-depth=2
|
||||
semmle-extractor-options: --lang=2 --max-import-depth=2
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
automatic_locations: true
|
||||
semmle-extractor-options: --max-import-depth=1
|
||||
semmle-extractor-options: --lang=2 --max-import-depth=1
|
||||
|
||||
Reference in New Issue
Block a user