mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
use the extractor option directly instead
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
from create_database_utils import *
|
||||
|
||||
run_codeql_database_create([], lang="javascript", extra_env={"CODEQL_EXTRACTOR_JAVASCRIPT_OPTION_SKIP_TYPES": "true"})
|
||||
run_codeql_database_create([], lang="javascript", extra_args=["-Oskip_types=true"])
|
||||
|
||||
Reference in New Issue
Block a user