mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
fix duplicate names
This commit is contained in:
parent
6ac933dc8c
commit
a3c8b22e2c
1 changed files with 6 additions and 7 deletions
|
@ -31,8 +31,8 @@ LINTER_ARRAY=('ansible-lint' 'arm-ttk' 'asl-validator' 'bash-exec' 'black' 'cfn-
|
|||
########################## FUNCTIONS BELOW #####################################
|
||||
################################################################################
|
||||
################################################################################
|
||||
#### Function GetLinterVersions ################################################
|
||||
GetLinterVersions() {
|
||||
#### Function BuildLinterVersions ##############################################
|
||||
BuildLinterVersions() {
|
||||
#########################
|
||||
# Print version headers #
|
||||
#########################
|
||||
|
@ -44,7 +44,6 @@ GetLinterVersions() {
|
|||
##########################################################
|
||||
for LINTER in "${LINTER_ARRAY[@]}"; do
|
||||
if [ -n "${LINTER}" ]; then
|
||||
echo "Linter:[${LINTER}]"
|
||||
####################
|
||||
# Get the versions #
|
||||
####################
|
||||
|
@ -127,7 +126,7 @@ WriteFile() {
|
|||
############################### MAIN ###########################################
|
||||
################################################################################
|
||||
|
||||
#####################
|
||||
# GetLinterVersions #
|
||||
#####################
|
||||
GetLinterVersions
|
||||
#######################
|
||||
# BuildLinterVersions #
|
||||
#######################
|
||||
BuildLinterVersions
|
||||
|
|
Loading…
Reference in a new issue