Skip to content

feat: first implementation of cdevents-sdk from json-schema #31

feat: first implementation of cdevents-sdk from json-schema

feat: first implementation of cdevents-sdk from json-schema #31

Triggered via pull request January 30, 2024 18:57
@davidBdavidB
synchronize #8
davidB:newstart
Status Failure
Total duration 59s
Artifacts

linter.yaml

on: pull_request
Lint Commit Messages
12s
Lint Commit Messages
Matrix: lint_check
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Lint Commit Messages
You have commit messages with errors ⧗ input: feat: add support for `PartialEq` and `Eq` on `CDEvent` and use wrapper struct for `Uri` and `UriReference` Signed-off-by: David Bernard <david.bernard.31@gmail.com> ✖ header must not be longer than 100 characters, current length is 107 [header-max-length] ✖ found 1 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: build: Update Makefile (to replace justfile) - remove `--locked`, no command to generate .lock, .lock should not be committed for a lib, and check with .lock is dangerous for a lib - add `generate` target - add `test` target Signed-off-by: David Bernard <david.bernard.31@gmail.com> ✖ body's lines must not be longer than 100 characters [body-max-line-length] ✖ subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case] ✖ found 2 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: test: add test to validate examples (from spec) and generated samples (arbitraries) against jsonschema Signed-off-by: David Bernard <david.bernard.31@gmail.com> ✖ header must not be longer than 100 characters, current length is 102 [header-max-length] ✖ found 1 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
Rust - lint_cargo_deny
Process completed with exit code 2.
Rust - lint_cargo_clippy: cdevents-sdk/src/cdevent.rs#L212
unused import: `crate::CDEvent`