Skip to content

clippy

clippy #394

Triggered via push November 4, 2024 04:14
Status Failure
Total duration 4m 41s
Artifacts

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
this function has too many arguments (10/7): hook/src/hooks/debug_drawing.rs#L471
error: this function has too many arguments (10/7) --> hook/src/hooks/debug_drawing.rs:471:1 | 471 | / unsafe fn draw_cone( 472 | | batcher: NonNull<ULineBatchComponent>, 473 | | origin: FVector, 474 | | direction: FVector, ... | 481 | | thickness: f32, 482 | | ) { | |_^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
this function has too many arguments (10/7): hook/src/hooks/debug_drawing.rs#L440
error: this function has too many arguments (10/7) --> hook/src/hooks/debug_drawing.rs:440:1 | 440 | / fn add_circle( 441 | | lines: &mut Vec<FBatchedLine>, 442 | | base: &Vector3<f32>, 443 | | x: &Vector3<f32>, ... | 450 | | thickness: f32, 451 | | ) { | |_^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
this function has too many arguments (10/7): hook/src/hooks/debug_drawing.rs#L409
error: this function has too many arguments (10/7) --> hook/src/hooks/debug_drawing.rs:409:1 | 409 | / fn add_half_circle( 410 | | lines: &mut Vec<FBatchedLine>, 411 | | base: &Vector3<f32>, 412 | | x: &Vector3<f32>, ... | 419 | | thickness: f32, 420 | | ) { | |_^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments = note: `-D clippy::too-many-arguments` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::too_many_arguments)]`
check
Clippy had exited with the 101 exit code
check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/