mirror of
https://github.com/github/codeql.git
synced 2026-02-23 10:23:41 +01:00
6 lines
147 B
Python
6 lines
147 B
Python
from create_database_utils import *
|
|
|
|
run_codeql_database_create([
|
|
"swiftc -enable-bare-slash-regex regex.swift -o /dev/null",
|
|
], lang="swift")
|