feat: hgnc_xlink.tsv is expected now in hpo folder (#170) #273
conventional-prs.yml
on: pull_request_target
title-format
2s
Annotations
5 warnings
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/
|
title-format
The following actions uses Node.js version which is deprecated and will be forced to run on node20: amannn/action-semantic-pull-request@v3.4.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
the borrowed expression implements the required traits:
src/server/run/mod.rs#L267
warning: the borrowed expression implements the required traits
--> src/server/run/mod.rs:267:69
|
267 | let ncbi_to_hgnc = crate::common::hgnc_xlink::load_ncbi_to_hgnc(&path_hgnc_xlink)?;
| ^^^^^^^^^^^^^^^^ help: change this to: `path_hgnc_xlink`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
|
the borrowed expression implements the required traits:
src/query/mod.rs#L319
warning: the borrowed expression implements the required traits
--> src/query/mod.rs:319:69
|
319 | let ncbi_to_hgnc = crate::common::hgnc_xlink::load_ncbi_to_hgnc(&path_hgnc_xlink)?;
| ^^^^^^^^^^^^^^^^ help: change this to: `path_hgnc_xlink`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
= note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
|
useless use of `vec!`:
build.rs#L5
warning: useless use of `vec!`
--> build.rs:5:23
|
5 | let proto_files = vec!["viguno/v1/simulation.proto"]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: you can use an array directly: `["viguno/v1/simulation.proto"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec
= note: `#[warn(clippy::useless_vec)]` on by default
|