mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: add option to extract dependencies as source files
This commit is contained in:
@@ -82,3 +82,11 @@ options:
|
||||
title: Skip path resolution
|
||||
description: >
|
||||
Skip path resolution. This is experimental, while we move path resolution from the extractor to the QL library.
|
||||
type: string
|
||||
pattern: "^(false|true)$"
|
||||
extract_dependencies_as_source:
|
||||
title: Extract dependencies as source code
|
||||
description: >
|
||||
Extract the full source code of dependencies instead of only extracting signatures.
|
||||
type: string
|
||||
pattern: "^(false|true)$"
|
||||
|
||||
Reference in New Issue
Block a user