mirror of
https://github.com/github/codeql.git
synced 2026-05-08 07:01:36 +02:00
6 lines
142 B
Python
6 lines
142 B
Python
import sys
|
|
|
|
from create_database_utils import *
|
|
|
|
run_codeql_database_create([], lang="java", extra_env = {"LGTM_INDEX_XML_MODE": "disabled"})
|