From f269b85ebe9e5ef15e0ce71524519481606daedf Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Tue, 16 Jun 2020 15:22:54 -0700 Subject: [PATCH] Remove init of DEFAULT_VALIDATE_LANGUAGE var is no longer in use --- lib/linter.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index 03277471..4ea4461b 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -100,7 +100,6 @@ ACTIONS_RUNNER_DEBUG="${ACTIONS_RUNNER_DEBUG}" # Boolean to see even more info # Default Vars # ################ DEFAULT_VALIDATE_ALL_CODEBASE='true' # Default value for validate all files -DEFAULT_VALIDATE_LANGUAGE='true' # Default to validate language DEFAULT_WORKSPACE='/tmp/lint' # Default workspace if running locally DEFAULT_ANSIBLE_DIRECTORY="$GITHUB_WORKSPACE/ansible" # Default Ansible Directory DEFAULT_RUN_LOCAL='false' # Default value for debugging locally