Skip to content

fix: actually produce one tsv record per gene+annotations #752

fix: actually produce one tsv record per gene+annotations

fix: actually produce one tsv record per gene+annotations #752

Triggered via pull request March 25, 2024 17:10
@tediltedil
opened #413
Status Success
Total duration 4m 44s
Artifacts

conventional-prs.yml

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

Annotations

1 warning
single-character string constant used as pattern: src/db/create/mod.rs#L421
warning: single-character string constant used as pattern --> src/db/create/mod.rs:421:95 | 421 | if (!is_mt && !aa_sequence.ends_with('*')) || (is_mt && !aa_sequence.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