mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Rust: fix compression option description
This commit is contained in:
@@ -23,8 +23,9 @@ options:
|
|||||||
title: Controls compression for the TRAP files written by the extractor.
|
title: Controls compression for the TRAP files written by the extractor.
|
||||||
description: >
|
description: >
|
||||||
This option is only intended for use in debugging the extractor. Accepted
|
This option is only intended for use in debugging the extractor. Accepted
|
||||||
values are 'gzip' (the default, to write gzip-compressed TRAP) 'zstd' (to
|
values are 'gzip' (to write gzip-compressed TRAP) 'zstd' (to write
|
||||||
write Zstandard-compressed TRAP) and 'none' (to write uncompressed TRAP).
|
Zstandard-compressed TRAP) and 'none' (the default, to write uncompressed
|
||||||
|
TRAP).
|
||||||
type: string
|
type: string
|
||||||
pattern: "^(none|gzip|zstd)$"
|
pattern: "^(none|gzip|zstd)$"
|
||||||
cargo_target_dir:
|
cargo_target_dir:
|
||||||
|
|||||||
Reference in New Issue
Block a user