Skip to content

Merge pull request #1 from renegade-fi/joey/compliance-api #12

Merge pull request #1 from renegade-fi/joey/compliance-api

Merge pull request #1 from renegade-fi/joey/compliance-api #12

Triggered via push June 29, 2024 01:20
Status Failure
Total duration 3m 4s
Artifacts

clippy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 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 response type for a compliance check 4 | | #[derive(Debug, Clone, Serialize, Deserialize)] ... | 16 | | NotCompliant, 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, 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/