Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#363 from gibizer/kuttl-mul…
Browse files Browse the repository at this point in the history
…tiple-test-asserts

[pre-commit][kuttl]Check for multiple TestAsserts
  • Loading branch information
openshift-merge-bot[bot] authored May 20, 2024
2 parents e6c78e4 + 24c3b1f commit 22ce42e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,11 @@ repos:
hooks:
- id: golangci-lint-full
args: ["-v"]

- repo: https://github.com/openstack-k8s-operators/openstack-k8s-operators-ci
# NOTE(gibi): we cannot automatically track main here
# see https://pre-commit.com/#using-the-latest-version-for-a-repository
rev: e30d72fcbced0ab8a7b6d23be1dee129e2a7b849
hooks:
- id: kuttl-single-test-assert
args: ["tests/kuttl"]

0 comments on commit 22ce42e

Please sign in to comment.