Skip to content

PR #250

PR #250 #1277

Triggered via dynamic January 8, 2025 06:34
Status Success
Total duration 1m 2s
Artifacts

codeql

on: dynamic
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
[clippy] rust/ommx/src/qplib/parser.rs#L14: rust/ommx/src/qplib/parser.rs#L14
error: fields `default_starting_x`, `starting_x`, `default_starting_y`, `starting_y`, `default_starting_z`, and `starting_z` are never read --> rust/ommx/src/qplib/parser.rs:40:9 | 14 | pub struct QplibFile { | --------- fields in this struct ... 40 | pub default_starting_x: f64, | ^^^^^^^^^^^^^^^^^^ 41 | pub starting_x: HashMap<usize, f64>, | ^^^^^^^^^^ 42 | pub default_starting_y: f64, | ^^^^^^^^^^^^^^^^^^ 43 | pub starting_y: HashMap<usize, f64>, | ^^^^^^^^^^ 44 | pub default_starting_z: f64, | ^^^^^^^^^^^^^^^^^^ 45 | pub starting_z: HashMap<usize, f64>, | ^^^^^^^^^^ | = note: `QplibFile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]`
Analyze (python)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636