Skip to content

chore(deps): update typescript-eslint monorepo to ^8.19.1 (#206) #605

chore(deps): update typescript-eslint monorepo to ^8.19.1 (#206)

chore(deps): update typescript-eslint monorepo to ^8.19.1 (#206) #605

Triggered via push January 10, 2025 05:01
Status Success
Total duration 1m 25s
Artifacts

ci.yml

on: push
main
28s
main
rust-tests-working
15s
rust-tests-working
rust-tests-not-working
13s
rust-tests-not-working
rust-tests-cross
1m 14s
rust-tests-cross
rust-tests-cargo-hack
51s
rust-tests-cargo-hack
rust-clippy-warnings
18s
rust-clippy-warnings
rust-fmt-warnings
16s
rust-fmt-warnings
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
rust-tests-not-working: rust_tests/not_working/src/does_not_compile.rs#L2
expected one of `.`, `;`, `?`, `}`, or an operator, found `"will"`
rust-tests-not-working
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
rust-fmt-warnings
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
rust-tests-not-working: rust_tests/not_working/src/main.rs#L4
function `not_used` is never used
rust-clippy-warnings: rust_tests/clippy_warnings/src/main.rs#L3
unneeded `return` statement
rust-clippy-warnings: rust_tests/clippy_warnings/src/main.rs#L5
unneeded `return` statement
rust-clippy-warnings: rust_tests/clippy_warnings/src/main.rs#L2
this if-then-else expression returns a bool literal