diff options
author | Sorin Sbarnea <ssbarnea@redhat.com> | 2020-01-07 20:46:18 +0000 |
---|---|---|
committer | Sorin Sbarnea <ssbarnea@redhat.com> | 2020-01-14 13:42:59 +0000 |
commit | e9cd3319cf14b3d9484c4e6d7aa5040509a81653 (patch) | |
tree | 522210d5972a9de60223b062a68d4770debb232b /test | |
parent | 6c3d383b50439058c57b9f3235643aaf168d3148 (diff) | |
download | podman-e9cd3319cf14b3d9484c4e6d7aa5040509a81653.tar.gz podman-e9cd3319cf14b3d9484c4e6d7aa5040509a81653.tar.bz2 podman-e9cd3319cf14b3d9484c4e6d7aa5040509a81653.zip |
Enable pre-commit tool linting
This should help use keep the codebase more consistent, and avoid sevel
whitespace related issues, or bad file permissions.
pre-commit allows us to easily introduce other linters in follow-ups,
like bashate.
Note: pre-commit tool does *not* install any git-hooks. Making commits
will will call the tool unless you deliverately tell it to install the
hooks.
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
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 +} |