mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -05:00
adding more print
This commit is contained in:
parent
619307fe9f
commit
79878c8ae9
1 changed files with 7 additions and 7 deletions
|
@ -1761,13 +1761,6 @@ Footer()
|
|||
fi
|
||||
done
|
||||
|
||||
#################
|
||||
# Footer prints #
|
||||
#################
|
||||
echo ""
|
||||
echo "----------------------------------------------"
|
||||
echo ""
|
||||
|
||||
###############################
|
||||
# Exit with 1 if errors found #
|
||||
###############################
|
||||
|
@ -1792,6 +1785,13 @@ Footer()
|
|||
echo "Exiting with errors found!"
|
||||
exit 1
|
||||
else
|
||||
#################
|
||||
# Footer prints #
|
||||
#################
|
||||
echo ""
|
||||
echo "All file(s) linted successfully with no errors detected"
|
||||
echo "----------------------------------------------"
|
||||
echo ""
|
||||
# Successful exit
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue