From 88deab8ecd6fd5628dd7cf8f7080aeb63dccb9e5 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Fri, 10 Jan 2020 08:16:10 -0600 Subject: [PATCH] fix spaces --- .github/run-linter-locally.md | 4 ++++ lib/linter.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/run-linter-locally.md b/.github/run-linter-locally.md index 073b8e88..13f2c7d6 100644 --- a/.github/run-linter-locally.md +++ b/.github/run-linter-locally.md @@ -66,6 +66,10 @@ Once the container has been downloaded to your local environment, you can then b - `-e VALIDATE_JAVASCRIPT=` - Default: `true` - Flag to enable or disable the linting process of the language + - **VALIDATE_DOCKER** + - `-e VALIDATE_DOCKER=` + - Default: `true` + - Flag to enable or disable the linting process of the language - **ANSIBLE_DIRECTORY** - `-e ANSIBLE_DIRECTORY=` - Default: `/ansible` diff --git a/lib/linter.sh b/lib/linter.sh index 0adb7c7c..9f3c628b 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -56,7 +56,7 @@ VALIDATE_RUBY="${VALIDATE_RUBY}" # Boolean to validate language VALIDATE_COFFEE="${VALIDATE_COFFEE}" # Boolean to validate language VALIDATE_ANSIBLE="${VALIDATE_ANSIBLE}" # Boolean to validate language VALIDATE_JAVASCRIPT="${VALIDATE_JAVASCRIPT}" # Boolean to validate language -VALIDATE_DOCKER="${VALIDATE_DOCKER}" # Boolean to validate language +VALIDATE_DOCKER="${VALIDATE_DOCKER}" # Boolean to validate language RUN_LOCAL="${RUN_LOCAL}" # Boolean to see if we are running locally ################ @@ -82,7 +82,7 @@ FILE_ARRAY_RUBY=() # Array of files to check FILE_ARRAY_PYTHON=() # Array of files to check FILE_ARRAY_COFFEE=() # Array of files to check FILE_ARRAY_JAVASCRIPT=() # Array of files to check -FILE_ARRAY_DOCKER=() # Array of files to check +FILE_ARRAY_DOCKER=() # Array of files to check ############ # Counters #