mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: add to querylist and shared code metrics scripts
This commit is contained in:
@@ -30,7 +30,7 @@ arguments = parser.parse_args()
|
||||
assert hasattr(arguments, "ignore_missing_query_packs")
|
||||
|
||||
# Define which languages and query packs to consider
|
||||
languages = [ "actions", "cpp", "csharp", "go", "java", "javascript", "python", "ruby", "swift" ]
|
||||
languages = [ "actions", "cpp", "csharp", "go", "java", "javascript", "python", "ruby", "rust", "swift" ]
|
||||
packs = [ "code-scanning", "security-and-quality", "security-extended", "security-experimental", "code-quality"]
|
||||
|
||||
class CodeQL:
|
||||
|
||||
@@ -11,7 +11,7 @@ import json
|
||||
import yaml
|
||||
|
||||
# To add more languages, add them to this list:
|
||||
languages = ['cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ql', 'ruby', 'swift']
|
||||
languages = ['cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ql', 'ruby', 'rust', 'swift']
|
||||
|
||||
repo_location = Path(__file__).parent.parent.parent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user