[Feature] Command Line Interface (CLI) #1995
Triggered via pull request
September 4, 2024 18:40
Status
Failure
Total duration
10m 33s
Artifacts
–
check.yml
on: pull_request
stable / fmt
2m 9s
nightly / doc
2m 28s
ubuntu / stable / features
10m 22s
build-artifacts
1m 24s
Matrix: clippy
Matrix: msrv
Annotations
4 errors and 4 warnings
first doc comment paragraph is too long:
packages/cw-orch-core/src/env.rs#L1
error: first doc comment paragraph is too long
--> packages/cw-orch-core/src/env.rs:1:1
|
1 | / //! This regroups all env variables used by cw-orch-daemon. It allows for easier documentation and env variable management
2 | | //! This is used to import environment variables with safe names (and at a centralized location)
3 | | //! To get the env variable parsed value, you can use
4 | | //! ```rust,no_run
| |_
|
= 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/cw-orch-core/src/contract/paths.rs#L96
error: first doc comment paragraph is too long
--> packages/cw-orch-core/src/contract/paths.rs:96:5
|
96 | / /// Creates an [`ArtifactsDir`] from the current workspace by searching the file tree for a directory named `artifacts`.
97 | | /// It does this by reading the CARGO_MANIFEST_DIR environment variable and going up the file tree until it finds the `artifacts` dir...
| |____^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
help: add an empty line
|
96 ~ /// Creates an [`ArtifactsDir`] from the current workspace by searching the file tree for a directory named `artifacts`.
97 + ///
|
|
first doc comment paragraph is too long:
packages/cw-orch-core/src/contract/interface_traits.rs#L243
error: first doc comment paragraph is too long
--> packages/cw-orch-core/src/contract/interface_traits.rs:243:1
|
243 | / /// Trait to implement on the contract to enable it to be uploaded
244 | | /// Should return [`WasmPath`](crate::contract::interface_traits::WasmPath) for `Chain = Daemon`
245 | | /// and [`Box<&dyn Contract>`] for `Chain = Mock`
| |_
|
= 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/
|