safe tantivy replication #4364
lint_helm.yml
on: pull_request
Lint all helm charts
6s
Annotations
6 warnings
Lint all helm charts
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, azure/setup-helm@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
struct update has no effect, all the fields in the struct have already been specified:
nucliadb_node/tests/test_search_relations.rs#L386
warning: struct update has no effect, all the fields in the struct have already been specified
--> nucliadb_node/tests/test_search_relations.rs:386:19
|
386 | ..Default::default()
| ^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_update
= note: `#[warn(clippy::needless_update)]` on by default
|
unused import: `NodeResult`:
nucliadb_node/src/grpc/grpc_writer.rs#L30
warning: unused import: `NodeResult`
--> nucliadb_node/src/grpc/grpc_writer.rs:30:30
|
30 | use nucliadb_core::{Channel, NodeResult};
| ^^^^^^^^^^
|
unused import: `nucliadb_core::NodeResult`:
nucliadb_node/src/grpc/grpc_reader.rs#L27
warning: unused import: `nucliadb_core::NodeResult`
--> nucliadb_node/src/grpc/grpc_reader.rs:27:5
|
27 | use nucliadb_core::NodeResult;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
unused import: `NodeResult`:
nucliadb_node/src/grpc/grpc_writer.rs#L30
warning: unused import: `NodeResult`
--> nucliadb_node/src/grpc/grpc_writer.rs:30:30
|
30 | use nucliadb_core::{Channel, NodeResult};
| ^^^^^^^^^^
|
unused import: `nucliadb_core::NodeResult`:
nucliadb_node/src/grpc/grpc_reader.rs#L27
warning: unused import: `nucliadb_core::NodeResult`
--> nucliadb_node/src/grpc/grpc_reader.rs:27:5
|
27 | use nucliadb_core::NodeResult;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|