note[MatchingParameterMeta]: task `t` has an extraneous parameter metadata key named `extra` ┌─ tests/lints/matching-param-meta/source.wdl:20:9 │ 20 │ extra: "this should not be here" │ ^^^^^ this key does not correspond to any input declaration │ = fix: remove the extraneous parameter metadata entry warning[MatchingParameterMeta]: task `t` is missing a parameter metadata key for input `does_not_exist` ┌─ tests/lints/matching-param-meta/source.wdl:25:16 │ 25 │ String does_not_exist │ ^^^^^^^^^^^^^^ this input does not have an entry in the parameter metadata section │ = fix: add a `does_not_exist` key to the `parameter_meta` section with a detailed description of the input. note[MatchingParameterMeta]: workflow `w` has an extraneous parameter metadata key named `extra` ┌─ tests/lints/matching-param-meta/source.wdl:47:9 │ 47 │ extra: "this should not be here" │ ^^^^^ this key does not correspond to any input declaration │ = fix: remove the extraneous parameter metadata entry warning[MatchingParameterMeta]: workflow `w` is missing a parameter metadata key for input `does_not_exist` ┌─ tests/lints/matching-param-meta/source.wdl:52:16 │ 52 │ String does_not_exist │ ^^^^^^^^^^^^^^ this input does not have an entry in the parameter metadata section │ = fix: add a `does_not_exist` key to the `parameter_meta` section with a detailed description of the input.