Skip to content

chore(version): v0.4.2 #92

chore(version): v0.4.2

chore(version): v0.4.2 #92

Triggered via push January 5, 2025 14:19
Status Success
Total duration 59s
Artifacts

ci.yml

on: push
clippy_check
33s
clippy_check
cargo fmt
12s
cargo fmt
check conventional commit compliance
2s
check conventional commit compliance
build
50s
build
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
check conventional commit compliance
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cargo fmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
empty line after doc comment: crates/backend/src/parse_email.rs#L47
warning: empty line after doc comment --> crates/backend/src/parse_email.rs:47:1 | 47 | / /// Set the 'from' address in the MessageBuilder 48 | | // fn set_from_address( 49 | | // builder: MessageBuilder, 50 | | // parsed_email: &mail_parser::Message, ... | 59 | | // } 60 | | | |_ 61 | /// Set the subject in the MessageBuilder 62 | / fn set_subject( 63 | | builder: MessageBuilder, 64 | | parsed_email: &mail_parser::Message, 65 | | ) -> Result<MessageBuilder, Box<dyn std::error::Error>> { | |_______________________________________________________- the comment documents this function | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default = help: if the empty line is unintentional remove it help: if the doc comment should not document `set_subject` comment it out | 47 | // /// Set the 'from' address in the MessageBuilder | ++
clippy_check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636