feat: add jaas validators #75
static-analysis.yaml
on: pull_request
Check conventional commits
13s
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
|