mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -05:00
update style
This commit is contained in:
parent
4e8371f370
commit
d301c72541
1 changed files with 1 additions and 2 deletions
|
@ -892,8 +892,7 @@ GetStandardRules "typescript"
|
|||
declare -A LINTER_COMMANDS_ARRAY
|
||||
LINTER_COMMANDS_ARRAY['ANSIBLE']="ansible-lint -c ${ANSIBLE_LINTER_RULES}"
|
||||
LINTER_COMMANDS_ARRAY['ARM']="Import-Module ${ARM_TTK_PSD1} ; \${config} = \$(Import-PowerShellDataFile -Path ${ARM_LINTER_RULES}) ; Test-AzTemplate @config -TemplatePath"
|
||||
if [ -z "${BASH_SEVERITY}" ]
|
||||
then
|
||||
if [ -z "${BASH_SEVERITY}" ]; then
|
||||
LINTER_COMMANDS_ARRAY['BASH']="shellcheck --color --external-sources"
|
||||
else
|
||||
LINTER_COMMANDS_ARRAY['BASH']="shellcheck --color --external-sources --severity=${BASH_SEVERITY}"
|
||||
|
|
Loading…
Reference in a new issue