refactor: Improve CLI output #13
pr_cockpit.yml
on: pull_request
Matrix: General Pull Request Checks / Run Cargo Deny
Reviewdog Pull Request Checks
/
actionlint
17s
Reviewdog Pull Request Checks
/
eslint
45s
Reviewdog Pull Request Checks
/
flake8
14s
Reviewdog Pull Request Checks
/
markdownlint
15s
Reviewdog Pull Request Checks
/
shellcheck
13s
Reviewdog Pull Request Checks
/
yamllint
20s
General Pull Request Checks
/
Run Cargo Udeps
4m 22s
General Pull Request Checks
/
Run Rustfmt
21s
General Pull Request Checks
/
Run Clippy
3m 3s
General Pull Request Checks
/
Run RustDoc
5m 8s
General Pull Request Checks
/
Run Cargo Tests
3m 26s
Publish Docker Image
0s
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.
|