feat: first implementation of cdevents-sdk from json-schema #32
linter.yaml
on: pull_request
Lint Commit Messages
11s
Matrix: lint_check
Annotations
7 errors
Lint Commit Messages
You have commit messages with errors
⧗ input: test: add test to validate against jsonschema: examples (from spec), generated samples, ...
- generate samples with arbitraries (proptest)
Signed-off-by: David Bernard <david.bernard.31@gmail.com>
✖ subject may not end with full stop [subject-full-stop]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
|
|
Rust - lint_cargo_clippy:
cdevents-sdk/tests/specs.rs#L1
unused import: `assert_json_diff::assert_json_eq`
|
Rust - lint_cargo_clippy:
cdevents-sdk/tests/specs.rs#L4
unused import: `std::fs`
|
Rust - lint_cargo_clippy:
cdevents-sdk/tests/specs.rs#L5
unused import: `std::path::PathBuf`
|
Rust - lint_cargo_clippy
Process completed with exit code 2.
|