Skip to content

move util function #401

move util function

move util function #401

Triggered via push August 10, 2024 15:46
Status Success
Total duration 51s
Artifacts

tests.yaml

on: push
Test using stable
44s
Test using stable
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
Test using stable
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test using stable
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test using stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test using stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test using stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test using stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test using stable
/home/runner/work/kondo/kondo/kondo-lib/Cargo.toml: unused manifest key: dependencies.toml.no-default-features
Test using stable: kondo-lib/src/search.rs#L23
variable `scan_count` is assigned to, but never used
Test using stable: kondo-lib/src/search.rs#L13
unused variable: `i`
Test using stable: kondo-lib/src/lib.rs#L99
variable `sleeping_threads` is assigned to, but never used
Test using stable: kondo-lib/src/lib.rs#L139
unused import: `crate::project::Project as _`
Test using stable: kondo-lib/src/lib.rs#L141
unused import: `super::*`
Test using stable: kondo-lib/src/test.rs#L61
fields `files` and `artifacts` are never read
Test using stable: kondo-lib/src/test.rs#L73
method `fully_clean` is never used
Test using stable
`kondo-lib` (lib) generated 3 warnings
Test using stable: kondo/src/widgets/selected.rs#L2
unused import: `path::Path`