Skip to content

compliance: compliance-server: Define initial compliance api #8

compliance: compliance-server: Define initial compliance api

compliance: compliance-server: Define initial compliance api #8

Triggered via push June 28, 2024 23:30
Status Success
Total duration 27s
Artifacts

rustfmt.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 6 warnings
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 request type for a compliance check 4 | | #[derive(Debug, Clone, Serialize, Deserialize)] ... | 23 | | NotCompliant, 24 | | } | |_^ | = 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 request type for a compliance check 4 | | #[derive(Debug, Clone, Serialize, Deserialize)] ... | 23 | | NotCompliant, 24 | | } | |_^ | = 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`
format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
format
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/
format
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/
format
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/
format
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/