Skip to content

Commit dcf71c4

Browse files
committed
Ruby: update generate-code-scanning-query-list.py
1 parent a6ac2e7 commit dcf71c4

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"]
31+
languages = [ "cpp", "csharp", "go", "java", "javascript", "python", "ruby"]
3232
packs = [ "code-scanning", "security-and-quality", "security-extended" ]
3333

3434
class CodeQL:

0 commit comments

Comments
 (0)