mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
rm dupe end brackets
This commit is contained in:
parent
3b6b911d7d
commit
a6aa4265be
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ function GetValidationInfo() {
|
|||
$VALIDATE_PROTOBUF || -n \
|
||||
$VALIDATE_OPENAPI || -n \
|
||||
$VALIDATE_KOTLIN || -n \
|
||||
$VALIDATE_EDITORCONFIG ]] || -n \
|
||||
$VALIDATE_EDITORCONFIG || -n \
|
||||
$VALIDATE_HTML ]]; then
|
||||
ANY_SET="true"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue