mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-12 12:00:03 -05:00
fix sytax error, missing fi
This commit is contained in:
parent
4ea4aef02e
commit
433b10bdc9
1 changed files with 1 additions and 0 deletions
|
@ -654,6 +654,7 @@ function GetValidationInfo() {
|
||||||
PRINT_ARRAY+=("- Validating [DART] files in code base...")
|
PRINT_ARRAY+=("- Validating [DART] files in code base...")
|
||||||
else
|
else
|
||||||
PRINT_ARRAY+=("- Excluding [DART] files in code base...")
|
PRINT_ARRAY+=("- Excluding [DART] files in code base...")
|
||||||
|
fi
|
||||||
if [[ $VALIDATE_EDITORCONFIG == "true" ]]; then
|
if [[ $VALIDATE_EDITORCONFIG == "true" ]]; then
|
||||||
PRINT_ARRAY+=("- Validating [EDITORCONFIG] files in code base...")
|
PRINT_ARRAY+=("- Validating [EDITORCONFIG] files in code base...")
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue