mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
fixed spacing
This commit is contained in:
parent
24d5a77532
commit
d12f5b541f
1 changed files with 2 additions and 0 deletions
|
@ -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 #
|
||||||
######################
|
######################
|
||||||
|
|
Loading…
Reference in a new issue