Skip to content

feat: docker socket is configurable #38

feat: docker socket is configurable

feat: docker socket is configurable #38

Triggered via pull request June 30, 2024 13:43
Status Success
Total duration 1m 0s
Artifacts

check.yml

on: pull_request
check  /  ...  /  fmt
5s
check / stable / fmt
check  /  ...  /  doc
44s
check / nightly / doc
check  /  ...  /  check
41s
check / 1.78.0 / check
Matrix: check / clippy
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
field `discriminator` is never read: src/components/alert_modal.rs#L27
warning: field `discriminator` is never read --> src/components/alert_modal.rs:27:9 | 26 | pub struct AlertModal<P> { | ---------- field in this struct 27 | pub discriminator: P, | ^^^^^^^^^^^^^ | = note: `AlertModal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
field `0` is never read: src/events/message.rs#L6
warning: field `0` is never read --> src/events/message.rs:6:11 | 6 | Error(String), | ----- ^^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 6 | Error(()), | ~~
field `name` is never read: src/pages/containers.rs#L53
warning: field `name` is never read --> src/pages/containers.rs:53:9 | 51 | pub struct Containers { | ---------- field in this struct 52 | config: Box<Config>, 53 | pub name: String, | ^^^^ | = note: `Containers` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
field `name` is never read: src/pages/images.rs#L49
warning: field `name` is never read --> src/pages/images.rs:49:9 | 48 | pub struct Images { | ------ field in this struct 49 | pub name: String, | ^^^^ | = note: `Images` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
field `discriminator` is never read: src/components/alert_modal.rs#L27
warning: field `discriminator` is never read --> src/components/alert_modal.rs:27:9 | 26 | pub struct AlertModal<P> { | ---------- field in this struct 27 | pub discriminator: P, | ^^^^^^^^^^^^^ | = note: `AlertModal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
field `0` is never read: src/events/message.rs#L6
warning: field `0` is never read --> src/events/message.rs:6:11 | 6 | Error(String), | ----- ^^^^^^ | | | field in this variant | help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 6 | Error(()), | ~~
field `name` is never read: src/pages/containers.rs#L53
warning: field `name` is never read --> src/pages/containers.rs:53:9 | 51 | pub struct Containers { | ---------- field in this struct 52 | config: Box<Config>, 53 | pub name: String, | ^^^^ | = note: `Containers` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
field `name` is never read: src/pages/images.rs#L49
warning: field `name` is never read --> src/pages/images.rs:49:9 | 48 | pub struct Images { | ------ field in this struct 49 | pub name: String, | ^^^^ | = note: `Images` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis