Generate JSON schema from Conductor config #54
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
release.yaml
on: pull_request
dockerize
4m 20s
Matrix: binary
Annotations
1 warning
this `impl` can be derived:
src/plugins/http_get_plugin.rs#L17
warning: this `impl` can be derived
--> src/plugins/http_get_plugin.rs:17:1
|
17 | / impl Default for HttpGetPluginConfig {
18 | | fn default() -> Self {
19 | | Self { mutations: None }
20 | | }
21 | | }
| |_^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derivable_impls
= note: `#[warn(clippy::derivable_impls)]` on by default
= help: remove the manual implementation...
help: ...and instead derive it
|
13 + #[derive(Default)]
14 | pub struct HttpGetPluginConfig {
|
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
conductor-aarch64-unknown-linux-gnu
Expired
|
13.6 MB |
|
conductor-x86_64-unknown-linux-gnu
Expired
|
7.41 MB |
|