fixed spacing

This commit is contained in:
Lucas Gravley 2020-06-29 15:38:33 -05:00
parent 24d5a77532
commit d12f5b541f

View file

@ -798,6 +798,7 @@ if [[ "$TEST_CASE_RUN" != "false" ]]; then
# Code will exit from inside this loop # Code will exit from inside this loop
RunTestCases RunTestCases
fi fi
############################################# #############################################
# check flag for validation of all codebase # # check flag for validation of all codebase #
############################################# #############################################
@ -999,6 +1000,7 @@ if [ "$VALIDATE_TYPESCRIPT_ES" == "true" ]; then
############################# #############################
LintCodebase "TYPESCRIPT_ES" "eslint" "eslint --no-eslintrc -c $TYPESCRIPT_LINTER_RULES" ".*\.\(ts\)\$" "${FILE_ARRAY_TYPESCRIPT_ES[@]}" LintCodebase "TYPESCRIPT_ES" "eslint" "eslint --no-eslintrc -c $TYPESCRIPT_LINTER_RULES" ".*\.\(ts\)\$" "${FILE_ARRAY_TYPESCRIPT_ES[@]}"
fi fi
###################### ######################
# TYPESCRIPT LINTING # # TYPESCRIPT LINTING #
###################### ######################