Skip to content

fix: escape colons in term query (#159) #285

fix: escape colons in term query (#159)

fix: escape colons in term query (#159) #285

Triggered via pull request July 11, 2024 08:38
@holtgreweholtgrewe
synchronize #173
Status Success
Total duration 11s
Artifacts

conventional-prs.yml

on: pull_request_target
title-format
2s
title-format
Fit to window
Zoom out
Zoom in

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