The [`SectionOrdering` lint rule](https://github.com/stjude-rust-labs/wdl/blob/main/wdl-lint/src/rules/section_order.rs) should be updated to account for the optional `meta` and `parameter_meta` sections which were introduced to `struct` definitions in [v1.2 of the WDL specification](https://github.com/openwdl/wdl/blob/wdl-1.2/SPEC.md#struct-definition). The order should be `meta -> parameter_meta -> declarations`.