Skip to content

Commit 58bdae8

Browse files
Merge pull request #304 from gibizer/kuttl-multiple-test-asserts
[pre-commit][kuttl]Check for multiple TestAsserts
2 parents fa4d732 + d3f91c3 commit 58bdae8

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
@@ -71,3 +71,11 @@ repos:
7171
hooks:
7272
- id: golangci-lint-full
7373
args: ["-v"]
74+
75+
- repo: https://github.com/openstack-k8s-operators/openstack-k8s-operators-ci
76+
# NOTE(gibi): we cannot automatically track main here
77+
# see https://pre-commit.com/#using-the-latest-version-for-a-repository
78+
rev: e30d72fcbced0ab8a7b6d23be1dee129e2a7b849
79+
hooks:
80+
- id: kuttl-single-test-assert
81+
args: ["tests/kuttl"]

0 commit comments

Comments
 (0)