Skip to content

Added cw-plus interface (#490) #2067

Added cw-plus interface (#490)

Added cw-plus interface (#490) #2067

Triggered via push September 18, 2024 12:22
Status Failure
Total duration 9m 54s
Artifacts

test.yml

on: push
ubuntu / stable / coverage
9m 43s
ubuntu / stable / coverage
Matrix: doc-tests / stable
Matrix: required
Fit to window
Zoom out
Zoom in

Annotations

4 errors
first doc comment paragraph is too long: packages/macros/cw-orch-fns-derive/src/lib.rs#L25
error: first doc comment paragraph is too long --> packages/macros/cw-orch-fns-derive/src/lib.rs:25:1 | 25 | / /// Available attributes are : 26 | | /// returns - The return type of the query 27 | | /// fn_name - Modify the generated function name (useful for query or execute variants for instance) 28 | | /// disable_fields_sorting - By default the fields are sorted on named variants. Disabled this behavior 29 | | /// into - The field can be indicated in the generated function with a type that implements `Into` the field type | |_ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
first doc comment paragraph is too long: packages/macros/cw-orch-fns-derive/src/lib.rs#L13
error: first doc comment paragraph is too long --> packages/macros/cw-orch-fns-derive/src/lib.rs:13:1 | 13 | / /// Available attributes are : 14 | | /// payable - The Execute function can accept funds 15 | | /// fn_name - Modify the generated function name (useful for query or execute variants for instance) 16 | | /// disable_fields_sorting - By default the fields are sorted on named variants. Disabled this behavior 17 | | /// into - The field can be indicated in the generated function with a type that implements `Into` the field type | |_ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph = note: `-D clippy::too-long-first-doc-paragraph` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::too_long_first_doc_paragraph)]`
ubuntu / stable
Process completed with exit code 101.
ubuntu / stable / coverage
Process completed with exit code 1.