feat: first implementation of cdevents-sdk from json-schema #31
linter.yaml
on: pull_request
Lint Commit Messages
12s
Matrix: lint_check
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`
|
Rust - lint_cargo_clippy:
cdevents-sdk/src/generated/artifact_packaged.rs#L28
unused import: `super::*`
|
Rust - lint_cargo_clippy:
cdevents-sdk/src/generated/artifact_published.rs#L16
unused import: `super::*`
|
Rust - lint_cargo_clippy:
cdevents-sdk/src/generated/artifact_signed.rs#L18
unused import: `super::*`
|
Rust - lint_cargo_clippy:
cdevents-sdk/src/generated/branch_created.rs#L28
unused import: `super::*`
|
Rust - lint_cargo_clippy:
cdevents-sdk/src/generated/branch_deleted.rs#L28
unused import: `super::*`
|
Rust - lint_cargo_clippy:
cdevents-sdk/src/generated/build_finished.rs#L18
unused import: `super::*`
|
Rust - lint_cargo_clippy:
cdevents-sdk/src/generated/build_queued.rs#L16
unused import: `super::*`
|
Rust - lint_cargo_clippy:
cdevents-sdk/src/generated/build_started.rs#L16
unused import: `super::*`
|
Rust - lint_cargo_clippy:
cdevents-sdk/src/generated/change_abandoned.rs#L28
unused import: `super::*`
|