Skip to content

refactor: Improve CLI output #13

refactor: Improve CLI output

refactor: Improve CLI output #13

Triggered via pull request October 16, 2023 13:38
@TechassiTechassi
synchronize #122
feat/output
Status Failure
Total duration 5m 27s
Artifacts

pr_cockpit.yml

on: pull_request
Matrix: General Pull Request Checks / Run Cargo Deny
Reviewdog Pull Request Checks  /  actionlint
17s
Reviewdog Pull Request Checks / actionlint
Reviewdog Pull Request Checks  /  eslint
45s
Reviewdog Pull Request Checks / eslint
Reviewdog Pull Request Checks  /  flake8
14s
Reviewdog Pull Request Checks / flake8
Reviewdog Pull Request Checks  /  markdownlint
15s
Reviewdog Pull Request Checks / markdownlint
Reviewdog Pull Request Checks  /  shellcheck
13s
Reviewdog Pull Request Checks / shellcheck
Reviewdog Pull Request Checks  /  yamllint
20s
Reviewdog Pull Request Checks / yamllint
General Pull Request Checks  /  Run Cargo Udeps
4m 22s
General Pull Request Checks / Run Cargo Udeps
General Pull Request Checks  /  Run Rustfmt
21s
General Pull Request Checks / Run Rustfmt
General Pull Request Checks  /  Run Clippy
3m 3s
General Pull Request Checks / Run Clippy
General Pull Request Checks  /  Run RustDoc
5m 8s
General Pull Request Checks / Run RustDoc
General Pull Request Checks  /  Run Cargo Tests
3m 26s
General Pull Request Checks / Run Cargo Tests
General Pull Request Checks  /  All tests passed
0s
General Pull Request Checks / All tests passed
Helm Chart Check
0s
Helm Chart Check
Publish Docker Image
0s
Publish Docker Image
Fit to window
Zoom out
Zoom in

Annotations

7 errors
[clippy] rust/stackablectl/src/output/mod.rs#L36: rust/stackablectl/src/output/mod.rs#L36
error: field `no_color` is never read --> rust/stackablectl/src/output/mod.rs:41:5 | 36 | pub struct Output<C> | ------ field in this struct ... 41 | no_color: bool, | ^^^^^^^^ | = note: `Output` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `-D dead-code` implied by `-D warnings`
[clippy] rust/stackablectl/src/output/mod.rs#L36: rust/stackablectl/src/output/mod.rs#L36
error: field `no_color` is never read --> rust/stackablectl/src/output/mod.rs:41:5 | 36 | pub struct Output<C> | ------ field in this struct ... 41 | no_color: bool, | ^^^^^^^^ | = note: `Output` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `-D dead-code` implied by `-D warnings`
[clippy] rust/stackablectl/src/output/mod.rs#L36: rust/stackablectl/src/output/mod.rs#L36
error: field `no_color` is never read --> rust/stackablectl/src/output/mod.rs:41:5 | 36 | pub struct Output<C> | ------ field in this struct ... 41 | no_color: bool, | ^^^^^^^^ | = note: `Output` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `-D dead-code` implied by `-D warnings`
[clippy] rust/stackablectl/src/output/mod.rs#L36: rust/stackablectl/src/output/mod.rs#L36
error: field `no_color` is never read --> rust/stackablectl/src/output/mod.rs:41:5 | 36 | pub struct Output<C> | ------ field in this struct ... 41 | no_color: bool, | ^^^^^^^^ | = note: `Output` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `-D dead-code` implied by `-D warnings`
General Pull Request Checks / Run Cargo Tests
Process completed with exit code 101.
General Pull Request Checks / Run Cargo Udeps
Process completed with exit code 101.
General Pull Request Checks / Run RustDoc
Process completed with exit code 101.