compliance: compliance-server: db: Define migrations and query db #13
Annotations
4 errors and 2 warnings
missing documentation for a struct field:
compliance/compliance-api/src/lib.rs#L16
error: missing documentation for a struct field
--> compliance/compliance-api/src/lib.rs:16:20
|
16 | NotCompliant { reason: String },
| ^^^^^^^^^^^^^^
|
missing documentation for the crate:
compliance/compliance-api/src/lib.rs#L1
error: missing documentation for the crate
--> compliance/compliance-api/src/lib.rs:1:1
|
1 | / use serde::{Deserialize, Serialize};
2 | |
3 | | /// The response type for a compliance check
4 | | #[derive(Debug, Clone, Serialize, Deserialize)]
... |
16 | | NotCompliant { reason: String },
17 | | }
| |_^
|
= note: requested on the command line with `-D missing-docs`
|
missing documentation for the crate:
compliance/compliance-api/src/lib.rs#L1
error: missing documentation for the crate
--> compliance/compliance-api/src/lib.rs:1:1
|
1 | / use serde::{Deserialize, Serialize};
2 | |
3 | | /// The response type for a compliance check
4 | | #[derive(Debug, Clone, Serialize, Deserialize)]
... |
16 | | NotCompliant { reason: String },
17 | | }
| |_^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_docs_in_private_items
= note: requested on the command line with `-D clippy::missing-docs-in-private-items`
|
clippy-check
Clippy had exited with the 101 exit code
|
clippy-check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: arduino/setup-protoc@v1, 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/
|