Skip to content

Update Docs for Daemon Builder and Sender #2017

Update Docs for Daemon Builder and Sender

Update Docs for Daemon Builder and Sender #2017

Triggered via pull request September 9, 2024 12:33
Status Failure
Total duration 12m 41s
Artifacts

check.yml

on: pull_request
stable / fmt
2m 1s
stable / fmt
nightly / doc
2m 9s
nightly / doc
ubuntu / stable / features
9m 47s
ubuntu / stable / features
build-artifacts
1m 30s
build-artifacts
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 4 warnings
first doc comment paragraph is too long: packages/macros/cw-orch-fns-derive/src/lib.rs#L26
error: first doc comment paragraph is too long --> packages/macros/cw-orch-fns-derive/src/lib.rs:26:1 | 26 | / /// Available attributes are : 27 | | /// returns - The return type of the query 28 | | /// fn_name - Modify the generated function name (useful for query or execute variants for instance) 29 | | /// disable_fields_sorting - By default the fields are sorted on named variants. Disabled this behavior 30 | | /// 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#L14
error: first doc comment paragraph is too long --> packages/macros/cw-orch-fns-derive/src/lib.rs:14:1 | 14 | / /// Available attributes are : 15 | | /// payable - The Execute function can accept funds 16 | | /// fn_name - Modify the generated function name (useful for query or execute variants for instance) 17 | | /// disable_fields_sorting - By default the fields are sorted on named variants. Disabled this behavior 18 | | /// 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)]`
first doc comment paragraph is too long: packages/interchain/interchain-core/src/env.rs#L59
error: first doc comment paragraph is too long --> packages/interchain/interchain-core/src/env.rs:59:1 | 59 | / /// This trait allows to extend `cw_orch::prelude::CwEnv` with interchain capabilities 60 | | /// The center of those capabilities is the ability to follow the execution of outgoing IBC packets 61 | | /// This enables users to script chain execution even throughout IBC executions which are more asynchronous than usual transactions. 62 | | /// With the following simple syntax, users are even able to await and analyze the execution of all packets submitted in a single transac... ... | 65 | | /// Other capabilities are offered, including : 66 | | /// - Handling multiple chains in one location (to avoid passing them as arguments each time) | |_ | = 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/interchain/interchain-core/src/channel.rs#L1
error: first doc comment paragraph is too long --> packages/interchain/interchain-core/src/channel.rs:1:1 | 1 | / //! This defines types and traits associated with IBC channels. 2 | | //! Those structures are mostly used internally for dealing with channel creation and analysis 3 | | //! But they can also be used in a user application if they need specific channel description | |_ | = 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)]` help: add an empty line | 1 ~ //! This defines types and traits associated with IBC channels. 2 + /// |
beta / clippy
Clippy had exited with the 101 exit code
beta / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
beta / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
stable / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
stable / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/