Skip to content

feat(runtime): Add series implementation for event recorder #3582

feat(runtime): Add series implementation for event recorder

feat(runtime): Add series implementation for event recorder #3582

Status Failure
Total duration 1m 1s
Artifacts

clippy.yml

on: pull_request
clippy_nightly
50s
clippy_nightly
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
item in documentation is missing backticks: kube-runtime/src/events.rs#L77
error: item in documentation is missing backticks --> kube-runtime/src/events.rs:77:5 | 77 | /// ObjectReference with Hash and Eq implementations | ^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown note: the lint level is defined here --> kube-runtime/src/lib.rs:12:9 | 12 | #![deny(clippy::pedantic)] | ^^^^^^^^^^^^^^^^ = note: `#[deny(clippy::doc_markdown)]` implied by `#[deny(clippy::pedantic)]` help: try | 77 | /// `ObjectReference` with Hash and Eq implementations | ~~~~~~~~~~~~~~~~~
clippy_nightly
Clippy has exited with exit code 101
clippy_nightly
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636