summaryrefslogtreecommitdiff
path: root/test/tools/vendor/github.com/vbatts
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2022-05-04 15:01:23 +0200
committerPaul Holzinger <pholzing@redhat.com>2022-05-04 17:11:50 +0200
commit3866143675a2ccf15095b75b2c97b858d8ef0ab5 (patch)
treed2d4461d77be802cbac1d3f9a6cb094b2c777705 /test/tools/vendor/github.com/vbatts
parentf6b397bf1e5d06027319a2ac0be539d051eca801 (diff)
downloadpodman-3866143675a2ccf15095b75b2c97b858d8ef0ab5.tar.gz
podman-3866143675a2ccf15095b75b2c97b858d8ef0ab5.tar.bz2
podman-3866143675a2ccf15095b75b2c97b858d8ef0ab5.zip
exclude new tools vendor dir from validate
We have no control over the code in the vendored files. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'test/tools/vendor/github.com/vbatts')
-rw-r--r--test/tools/vendor/github.com/vbatts/git-validation/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/tools/vendor/github.com/vbatts/git-validation/README.md b/test/tools/vendor/github.com/vbatts/git-validation/README.md
index 354276e02..000116e89 100644
--- a/test/tools/vendor/github.com/vbatts/git-validation/README.md
+++ b/test/tools/vendor/github.com/vbatts/git-validation/README.md
@@ -73,7 +73,7 @@ vbatts@valse ~/src/vb/git-validation (master) $ git-validation -v
Here's a failure:
```console
-vbatts@valse ~/src/vb/git-validation (master) $ git-validation
+vbatts@valse ~/src/vb/git-validation (master) $ git-validation
* 49f51a8 "README: adding install and usage" ... FAIL
- FAIL - does not have a valid DCO
* d614ccf "*: run tests in a runner" ... PASS
@@ -103,4 +103,3 @@ See [`./rules/`](./rules/).
Feel free to contribute more.
Otherwise, by using `validate` package API directly, rules can be handed directly to the `validate.Runner`.
-