Skip to content

Commit acd4ca2

Browse files
authored
Merge pull request #167 from gibizer/kuttl-multiple-test-asserts
[pre-commit][kuttl]Check for multiple TestAsserts
2 parents fa08997 + 46d9c59 commit acd4ca2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,11 @@ repos:
6161
hooks:
6262
- id: golangci-lint-full
6363
args: ["-v"]
64+
65+
- repo: https://github.com/openstack-k8s-operators/openstack-k8s-operators-ci
66+
# NOTE(gibi): we cannot automatically track main here
67+
# see https://pre-commit.com/#using-the-latest-version-for-a-repository
68+
rev: e30d72fcbced0ab8a7b6d23be1dee129e2a7b849
69+
hooks:
70+
- id: kuttl-single-test-assert
71+
args: ["tests/kuttl"]

0 commit comments

Comments
 (0)