boulder: Write a monitoring.yaml file with boulder new #1458
ci.yaml
on: pull_request
Build & Test Project
1m 33s
Annotations
3 warnings
[clippy] boulder/src/draft/monitoring.rs#L31:
boulder/src/draft/monitoring.rs#L31
warning: name `CPE` contains a capitalized acronym
--> boulder/src/draft/monitoring.rs:31:8
|
31 | struct CPE {
| ^^^ help: consider making the acronym lowercase, except the initial letter: `Cpe`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms
= note: `#[warn(clippy::upper_case_acronyms)]` on by default
|
[clippy] boulder/src/draft/monitoring.rs#L99:
boulder/src/draft/monitoring.rs#L99
warning: `format!` in `println!` args
--> boulder/src/draft/monitoring.rs:99:17
|
99 | / println!(
100 | | "ID {} Name {} URL {}",
101 | | i.id,
102 | | i.name,
103 | | format!("https://release-monitoring.org/project/{}/", i.id)
104 | | );
| |_________________^
|
= help: combine the `format!(..)` arguments with the outer `println!(..)` call
= help: or consider changing `format!` to `format_args!`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#format_in_format_args
= note: `#[warn(clippy::format_in_format_args)]` on by default
|
Build & Test Project
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|