From e7ff2d0e66578f385204773866c5adc045e517c0 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Mon, 24 Aug 2020 14:22:39 -0500 Subject: [PATCH] fixed it --- lib/linter.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/linter.sh b/lib/linter.sh index f4540916..1475c8f6 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -1069,7 +1069,6 @@ Reports() { for TEST in "${WARNING_ARRAY_TEST[@]}"; do warn "Expected file to compare with was not found for ${TEST}" done - } ################################################################################ #### Function Footer ########################################################### @@ -1116,6 +1115,7 @@ Footer() { # No errors found when linting the language CallStatusAPI "${LANGUAGE}" "success" fi + fi done ################################## @@ -1184,7 +1184,6 @@ cleanup() { trap - 0 1 2 3 6 14 15 } trap 'cleanup' 0 1 2 3 6 14 15 - ################################################################################ ############################### MAIN ########################################### ################################################################################