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 ########################################### ################################################################################