Skip to content

Commit c8f5e26

Browse files
author
Paolo Tranquilli
committed
Rust: fix compression option description
1 parent fd00ed5 commit c8f5e26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rust/codeql-extractor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ options:
2323
title: Controls compression for the TRAP files written by the extractor.
2424
description: >
2525
This option is only intended for use in debugging the extractor. Accepted
26-
values are 'gzip' (the default, to write gzip-compressed TRAP) 'zstd' (to
27-
write Zstandard-compressed TRAP) and 'none' (to write uncompressed TRAP).
26+
values are 'gzip' (to write gzip-compressed TRAP) 'zstd' (to write
27+
Zstandard-compressed TRAP) and 'none' (the default, to write uncompressed
28+
TRAP).
2829
type: string
2930
pattern: "^(none|gzip|zstd)$"
3031
cargo_target_dir:

0 commit comments

Comments
 (0)