diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-15 23:51:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-15 23:51:22 +0100 |
commit | e1e405b70d687897423d0d1c327efd9bea190dff (patch) | |
tree | d2abce1febe1bf7f2c2a8d741f0c4010d4cf5e2b /test | |
parent | 741e29caf39c57551724a48265f6d9641f8f6fe0 (diff) | |
parent | e9cd3319cf14b3d9484c4e6d7aa5040509a81653 (diff) | |
download | podman-e1e405b70d687897423d0d1c327efd9bea190dff.tar.gz podman-e1e405b70d687897423d0d1c327efd9bea190dff.tar.bz2 podman-e1e405b70d687897423d0d1c327efd9bea190dff.zip |
Merge pull request #4807 from ssbarnea/fix/pre-commit
Enable pre-commit linting
Diffstat (limited to 'test')
-rw-r--r-- | test/install/.gitignore | 2 | ||||
-rw-r--r-- | test/install/README.md | 2 | ||||
-rw-r--r-- | test/trust_set_test.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/install/.gitignore b/test/install/.gitignore index 0a948f916..fc29e5c69 100644 --- a/test/install/.gitignore +++ b/test/install/.gitignore @@ -1 +1 @@ -rpms/
\ No newline at end of file +rpms/ diff --git a/test/install/README.md b/test/install/README.md index 21e5ab26d..7150314a6 100644 --- a/test/install/README.md +++ b/test/install/README.md @@ -8,4 +8,4 @@ make -f .copr/Makefile srpm outdir=test/install/rpms make -f .copr/Makefile build_binary outdir=test/install/rpms ``` -Then, run a container image build using the Dockerfiles in this directory.
\ No newline at end of file +Then, run a container image build using the Dockerfiles in this directory. diff --git a/test/trust_set_test.json b/test/trust_set_test.json index 661e65922..f1fdf779c 100644 --- a/test/trust_set_test.json +++ b/test/trust_set_test.json @@ -5,4 +5,4 @@ } ], "transports": null -}
\ No newline at end of file +} |