From c3932a6031539e1759f88e75337aa01e3fa57fad Mon Sep 17 00:00:00 2001 From: John Wiebalk Date: Fri, 31 Jan 2020 18:26:57 -0500 Subject: [PATCH] cleanup --- lib/linter.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/lib/linter.sh b/lib/linter.sh index 9a90c447..f7cfceb1 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -575,14 +575,6 @@ LintYmlFiles() ##################### FILE_NAME=$(basename "$FILE" 2>&1) - ####################################### - # Make sure we dont lint node modules # - ####################################### - # if [[ $FILE == *"node_modules"* ]]; then - # # This is a node modules file - # continue - # fi - ############## # File print # ############## @@ -2492,7 +2484,7 @@ Footer() echo "ERRORS FOUND in YAML:[$ERRORS_FOUND_YML]" echo "ERRORS FOUND in JSON:[$ERRORS_FOUND_JSON]" echo "ERRORS FOUND in XML:[$ERRORS_FOUND_XML]" - echo "ERRORS FOUND IN MD:[$ERRORS_FOUND_MD]" + echo "ERRORS FOUND in MD:[$ERRORS_FOUND_MD]" echo "ERRORS FOUND in BASH:[$ERRORS_FOUND_BASH]" echo "ERRORS FOUND in PERL:[$ERRORS_FOUND_PERL]" echo "ERRORS FOUND in PYTHON:[$ERRORS_FOUND_PYTHON]"