Skip to content

Commit c08d98d

Browse files
committed
Rust: add to querylist and shared code metrics scripts
1 parent 4ece8ab commit c08d98d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

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

3636
class CodeQL:

misc/scripts/shared-code-metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import yaml
1212

1313
# To add more languages, add them to this list:
14-
languages = ['cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ql', 'ruby', 'swift']
14+
languages = ['cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ql', 'ruby', 'rust', 'swift']
1515

1616
repo_location = Path(__file__).parent.parent.parent
1717

0 commit comments

Comments
 (0)