From e9cd3319cf14b3d9484c4e6d7aa5040509a81653 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Tue, 7 Jan 2020 20:46:18 +0000 Subject: 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 --- docs/source/Commands.rst | 2 +- docs/source/network.rst | 2 +- docs/source/volume.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/source/Commands.rst b/docs/source/Commands.rst index 276a9c4fb..028f03429 100644 --- a/docs/source/Commands.rst +++ b/docs/source/Commands.rst @@ -104,4 +104,4 @@ Commands :doc:`volume ` Manage volumes -:doc:`wait ` Block on one or more containers \ No newline at end of file +:doc:`wait ` Block on one or more containers diff --git a/docs/source/network.rst b/docs/source/network.rst index c1c53bc34..d96e00a7d 100644 --- a/docs/source/network.rst +++ b/docs/source/network.rst @@ -7,4 +7,4 @@ Network :doc:`ls ` network list -:doc:`rm ` network rm \ No newline at end of file +:doc:`rm ` network rm diff --git a/docs/source/volume.rst b/docs/source/volume.rst index 43fe87054..a966feafd 100644 --- a/docs/source/volume.rst +++ b/docs/source/volume.rst @@ -8,4 +8,4 @@ Volume :doc:`prune ` Remove all unused volumes -:doc:`rm ` Remove one or more volumes \ No newline at end of file +:doc:`rm ` Remove one or more volumes -- cgit v1.2.3-54-g00ecf