Skip to content

feat: add jaas validators #75

feat: add jaas validators

feat: add jaas validators #75

Triggered via pull request August 7, 2024 09:23
Status Failure
Total duration 24s
Artifacts

static-analysis.yaml

on: pull_request
Check conventional commits
13s
Check conventional commits
Fit to window
Zoom out
Zoom in

Annotations

1 error
Check conventional commits
You have commit messages with errors ⧗ input: feat: add jaas validators The AvoidJAASValidator can be used to ensure a resource is not used with JAAS. E.g. juju_access_model should not be used with JAAS as there is a JAAS specific type for that. The RequiresJAASValidator can be used to ensure a resource is only used with JAAS. E.g. new JAAS specific resources should not be used when communicating with a regular Juju controller. ✖ body's lines must not be longer than 100 characters [body-max-line-length] ✖ found 1 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint