Feat/graphql api #16
ci.yaml
on: pull_request
stable / fmt
18s
stable / clippy
31s
stable / test
39s
stable / doc
24s
Annotations
9 errors and 14 warnings
stable / fmt
Process completed with exit code 1.
|
stable / doc:
sdk/src/models/proposal.rs#L3
unused imports: `DateTime` and `Utc`
|
stable / doc
Process completed with exit code 101.
|
unused imports: `DateTime` and `Utc`:
sdk/src/models/proposal.rs#L3
error: unused imports: `DateTime` and `Utc`
--> sdk/src/models/proposal.rs:3:14
|
3 | use chrono::{DateTime, Utc};
| ^^^^^^^^ ^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
this expression creates a reference which is immediately dereferenced by the compiler:
sdk/src/mapping/entity.rs#L90
error: this expression creates a reference which is immediately dereferenced by the compiler
--> sdk/src/mapping/entity.rs:90:46
|
90 | let uri = GraphUri::from_uri(&value)?;
| ^^^^^^ help: change this to: `value`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
|
this expression creates a reference which is immediately dereferenced by the compiler:
sdk/src/mapping/entity.rs#L125
error: this expression creates a reference which is immediately dereferenced by the compiler
--> sdk/src/mapping/entity.rs:125:46
|
125 | let uri = GraphUri::from_uri(&value)?;
| ^^^^^^ help: change this to: `value`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
stable / clippy
Clippy has exited with exit code 101
|
stable / test:
sdk/src/models/proposal.rs#L3
unused imports: `DateTime` and `Utc`
|
stable / test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
stable / fmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
stable / fmt:
sdk/src/ids/system_ids.rs#L317
Diff in /home/runner/work/kg-node/kg-node/sdk/src/ids/system_ids.rs
|
stable / fmt:
sdk/src/lib.rs#L2
Diff in /home/runner/work/kg-node/kg-node/sdk/src/lib.rs
|
stable / fmt:
sdk/src/mapping/attributes.rs#L96
Diff in /home/runner/work/kg-node/kg-node/sdk/src/mapping/attributes.rs
|
stable / fmt:
sdk/src/mapping/attributes.rs#L149
Diff in /home/runner/work/kg-node/kg-node/sdk/src/mapping/attributes.rs
|
stable / fmt:
sdk/src/mapping/attributes.rs#L167
Diff in /home/runner/work/kg-node/kg-node/sdk/src/mapping/attributes.rs
|
stable / fmt:
sdk/src/mapping/attributes.rs#L176
Diff in /home/runner/work/kg-node/kg-node/sdk/src/mapping/attributes.rs
|
stable / fmt:
sdk/src/mapping/entity.rs#L2
Diff in /home/runner/work/kg-node/kg-node/sdk/src/mapping/entity.rs
|
stable / fmt:
sdk/src/mapping/entity.rs#L51
Diff in /home/runner/work/kg-node/kg-node/sdk/src/mapping/entity.rs
|
stable / fmt:
sdk/src/mapping/entity.rs#L60
Diff in /home/runner/work/kg-node/kg-node/sdk/src/mapping/entity.rs
|
stable / fmt:
sdk/src/mapping/entity.rs#L86
Diff in /home/runner/work/kg-node/kg-node/sdk/src/mapping/entity.rs
|
stable / doc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
stable / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
stable / test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|