Merge pull request #17427 from github/aibaars/rust-experiment

Fix definition of trap compression option
This commit is contained in:
Arthur Baars
2024-09-10 17:15:04 +02:00
committed by GitHub

View File

@@ -23,10 +23,10 @@ options:
title: Controls compression for the TRAP files written by the extractor.
description: >
This option is only intended for use in debugging the extractor. Accepted
values are 'brotli' (the default, to write brotli-compressed TRAP), 'gzip', and 'none'
values are 'gzip' (the default, to write gzip-compressed TRAP) and 'none'
(to write uncompressed TRAP).
type: string
pattern: "^(none|gzip|brotli)$"
pattern: "^(none|gzip)$"
extract_dependencies:
title: Whether to extract dependencies.
description: >