mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Support Go and Swift in the prepare-db-upgrade script
This commit is contained in:
@@ -83,7 +83,7 @@ case "${lang}" in
|
||||
csharp | cpp | javascript | python)
|
||||
scheme_file="${lang}/ql/lib/semmlecode.${lang}.dbscheme"
|
||||
;;
|
||||
ruby)
|
||||
go | ruby | swift)
|
||||
scheme_file="${lang}/ql/lib/${lang}.dbscheme"
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user