mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -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...")
|
||||
else
|
||||
PRINT_ARRAY+=("- Excluding [DART] files in code base...")
|
||||
fi
|
||||
if [[ $VALIDATE_EDITORCONFIG == "true" ]]; then
|
||||
PRINT_ARRAY+=("- Validating [EDITORCONFIG] files in code base...")
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue