From 95af99a134d4cf50be67f4f856e14f7a32506e61 Mon Sep 17 00:00:00 2001 From: Sean Killeen Date: Thu, 18 Jun 2020 16:47:05 -0400 Subject: [PATCH] Update lib/linter.sh --- lib/linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index 5c81665f..719aa9e0 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -109,7 +109,7 @@ DEFAULT_ACTIONS_RUNNER_DEBUG='false' # Default value for debugg RAW_FILE_ARRAY=() # Array of all files that were changed READ_ONLY_CHANGE_FLAG=0 # Flag set to 1 if files changed are not txt or md TEST_CASE_FOLDER='.automation/test' # Folder for test cases we should always ignore -DEFULAT_DISABLE_ERRORS='false' # Default to enabling errors +DEFAULT_DISABLE_ERRORS='false' # Default to enabling errors ########################## # Array of changed files #