chore: applying org change (bihealth => varfish-org) #602
conventional-prs.yml
on: pull_request_target
title-format
2s
Annotations
4 warnings
title-format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: amannn/action-semantic-pull-request@v3.4.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
title-format
The following actions uses node12 which is deprecated and will be forced to run on node16: amannn/action-semantic-pull-request@v3.4.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
use of a fallible conversion when an infallible one could be used:
src/annotate/strucvars/maelstrom.rs#L114
warning: use of a fallible conversion when an infallible one could be used
--> src/annotate/strucvars/maelstrom.rs:114:48
|
114 | let window_size: f64 = window_size.try_into()?;
| ^^^^^^^^ help: use: `into`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
|
use of a fallible conversion when an infallible one could be used:
src/annotate/strucvars/maelstrom.rs#L112
warning: use of a fallible conversion when an infallible one could be used
--> src/annotate/strucvars/maelstrom.rs:112:40
|
112 | let covered: f64 = covered.try_into()?;
| ^^^^^^^^ help: use: `into`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
= note: `#[warn(clippy::unnecessary_fallible_conversions)]` on by default
|