Skip to content

Add basic TSV support #12

Add basic TSV support

Add basic TSV support #12

Triggered via push April 13, 2024 15:37
Status Success
Total duration 1m 1s
Artifacts

clippy.yml

on: push
clippy_check
52s
clippy_check
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
single-character string constant used as pattern: src/parse/builtin/tsv.rs#L7
warning: single-character string constant used as pattern --> src/parse/builtin/tsv.rs:7:20 | 7 | line.split("\t") | ^^^^ help: consider using a `char`: `'\t'` | = 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
clippy_check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
clippy_check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/