Skip to content

Commit 5059768

Browse files
authored
Add 'code-quality-extended' to query packs list
1 parent d354b0c commit 5059768

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
@@ -31,7 +31,7 @@
3131

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

3636
class CodeQL:
3737
def __init__(self):

0 commit comments

Comments
 (0)