Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit][kuttl]Check for multiple TestAsserts
Add a new pre-commit check to avoid using more than one TestkAssert in a single kuttl assert file as that can lead to false positives as only the last TestAssert is run by kuttl. Fortunately there was no such issue in this repo.
- Loading branch information