fix: escape colons in term query (#159) #285
conventional-prs.yml
on: pull_request_target
title-format
2s
Annotations
3 warnings
title-format
The following actions uses node12 which is deprecated and will be forced to run on node16: amannn/[email protected]. 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/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
single-character string constant used as pattern:
src/server/run/hpo_terms.rs#L298
warning: single-character string constant used as pattern
--> src/server/run/hpo_terms.rs:298:37
|
298 | let name = if name.contains(":") {
| ^^^ help: consider using a `char`: `':'`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_char_pattern
= note: `#[warn(clippy::single_char_pattern)]` on by default
|