mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
fix comments
This commit is contained in:
parent
916f5fe1ed
commit
2182df6459
1 changed files with 4 additions and 4 deletions
|
@ -639,7 +639,7 @@ LintXmlFiles()
|
|||
LINTER_NAME="xmllint"
|
||||
|
||||
#######################################
|
||||
# Validate we have yamllint installed #
|
||||
# Validate we have xmllint installed #
|
||||
#######################################
|
||||
# shellcheck disable=SC2230
|
||||
VALIDATE_INSTALL_CMD=$(command -v "$LINTER_NAME" 2>&1)
|
||||
|
@ -758,9 +758,9 @@ LintMdFiles()
|
|||
######################
|
||||
LINTER_NAME="markdownlint"
|
||||
|
||||
#######################################
|
||||
# Validate we have yamllint installed #
|
||||
#######################################
|
||||
###########################################
|
||||
# Validate we have markdownlint installed #
|
||||
###########################################
|
||||
# shellcheck disable=SC2230
|
||||
VALIDATE_INSTALL_CMD=$(command -v "$LINTER_NAME" 2>&1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue