Skip to content

Commit e8714c9

Browse files
committed
Misc: Add Swift to generate-code-scanning-query-list.py
1 parent b220c2f commit e8714c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/scripts/generate-code-scanning-query-list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
assert hasattr(arguments, "ignore_missing_query_packs")
2929

3030
# Define which languages and query packs to consider
31-
languages = [ "cpp", "csharp", "go", "java", "javascript", "python", "ruby"]
31+
languages = [ "cpp", "csharp", "go", "java", "javascript", "python", "ruby", "swift" ]
3232
packs = [ "code-scanning", "security-and-quality", "security-extended", "security-experimental" ]
3333

3434
class CodeQL:

0 commit comments

Comments
 (0)