mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 22:20:57 -05:00
remove dead loop, set terrascan to default true
This commit is contained in:
parent
9cbcacb529
commit
03ae515018
1 changed files with 0 additions and 16 deletions
|
@ -89,25 +89,9 @@ function GetValidationInfo() {
|
||||||
else
|
else
|
||||||
# No linter flags were set - default all to true
|
# No linter flags were set - default all to true
|
||||||
eval "${VALIDATE_LANGUAGE}='true'"
|
eval "${VALIDATE_LANGUAGE}='true'"
|
||||||
# Default Terrascan to false
|
|
||||||
export VALIDATE_TERRAFORM_TERRASCAN="false"
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
######################################
|
|
||||||
# Validate if we should check GROOVY #
|
|
||||||
######################################
|
|
||||||
if [[ $ANY_SET == "true" ]]; then
|
|
||||||
# Some linter flags were set - only run those set to true
|
|
||||||
if [[ -z $VALIDATE_GROOVY ]]; then
|
|
||||||
# GROOVY flag was not set - default to false
|
|
||||||
VALIDATE_GROOVY="false"
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
# No linter flags were set - default all to true
|
|
||||||
VALIDATE_GROOVY="true"
|
|
||||||
fi
|
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
# Print which linters we are enabling #
|
# Print which linters we are enabling #
|
||||||
#######################################
|
#######################################
|
||||||
|
|
Loading…
Reference in a new issue