fix - remove force destroy of application offers. #498
static-analysis.yaml
on: pull_request
Check conventional commits
11s
generate
1m 54s
format
6s
golangci-lint
1m 38s
copyright-check
3s
Annotations
1 error and 5 warnings
Check conventional commits
You have commit messages with errors
⧗ input: fix[offers]: remove force destroy of application offers
Removes force removal of application offers, but rather errors out if there are existing integrations
with the offer that must be removed first. This is a much cleaner way to destroy offers as the use
of the `force` flag may leave the Juju state with leftover artefacts.
✖ body's lines must not be longer than 100 characters [body-max-line-length]
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 3 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
copyright-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check conventional commits
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
generate
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|