docs: add CONTRIBUTING.md #9
linter.yml
on: pull_request
Lint Commit Messages
14s
Matrix: lint_check
Annotations
11 errors
Lint Commit Messages
You have commit messages with errors
⧗ input: doc: add CONTRIBUTING.md
Signed-off-by: David Bernard <david.bernard.31@gmail.com>
✖ type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test] [type-enum]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: doc: update CONTRIBUTING.md (2)
Signed-off-by: David Bernard <david.bernard.31@gmail.com>
✖ type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test] [type-enum]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
Rust - lint_cargo_clippy:
cdevents-sdk/src/uri.rs#L63
direct implementation of `ToString`
|
Rust - lint_cargo_clippy:
cdevents-sdk/src/uri_reference.rs#L52
direct implementation of `ToString`
|
Rust - lint_cargo_clippy:
cdevents-sdk/src/generated/artifact_packaged.rs#L8
non-local `impl` definition, they should be avoided as they go against expectation
|
Rust - lint_cargo_clippy:
cdevents-sdk/src/generated/artifact_packaged.rs#L16
non-local `impl` definition, they should be avoided as they go against expectation
|
Rust - lint_cargo_clippy:
cdevents-sdk/src/generated/artifact_published.rs#L8
non-local `impl` definition, they should be avoided as they go against expectation
|
Rust - lint_cargo_clippy:
cdevents-sdk/src/generated/artifact_signed.rs#L8
non-local `impl` definition, they should be avoided as they go against expectation
|
Rust - lint_cargo_clippy:
cdevents-sdk/src/generated/branch_created.rs#L8
non-local `impl` definition, they should be avoided as they go against expectation
|
Rust - lint_cargo_clippy:
cdevents-sdk/src/generated/branch_created.rs#L16
non-local `impl` definition, they should be avoided as they go against expectation
|
Rust - lint_cargo_clippy:
cdevents-sdk/src/generated/branch_deleted.rs#L8
non-local `impl` definition, they should be avoided as they go against expectation
|
Rust - lint_cargo_clippy:
cdevents-sdk/src/generated/branch_deleted.rs#L16
non-local `impl` definition, they should be avoided as they go against expectation
|