Even better API for InterchainEnv #2068
Triggered via pull request
September 18, 2024 12:44
Status
Failure
Total duration
11m 26s
Artifacts
–
check.yml
on: pull_request
stable / fmt
1m 55s
nightly / doc
2m 35s
ubuntu / stable / features
11m 14s
build-artifacts
1m 21s
Matrix: clippy
Matrix: msrv
Annotations
3 errors and 4 warnings
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)]`
|
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/
|