From 5b131e947cabcd2133af83d2f2760ea37683597e Mon Sep 17 00:00:00 2001 From: David Farrell Date: Tue, 3 Nov 2020 11:40:04 -0800 Subject: [PATCH] Removed leading "|" --- docs/development.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/development.rst b/docs/development.rst index 9698a5f3..fd9ec493 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -116,11 +116,13 @@ the pre-commit script in the following manner: BASH_IT='' pre-commit -| Doing this will help the schellcheck checker identify source includes +Doing this will help the schellcheck checker identify source includes within your scripts that require a ``shellcheck sourc=`` directive. -| Although not vital, these issues are likely to come up later within + +Although not vital, these issues are likely to come up later within the CI pipeline. -| Catching and fixing them before creating a PR could save some time. + +Catching and fixing them before creating a PR could save some time. For more information: