mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-12 12:00:03 -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
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
#################
|
|
||||||
# Footer prints #
|
|
||||||
#################
|
|
||||||
echo ""
|
|
||||||
echo "----------------------------------------------"
|
|
||||||
echo ""
|
|
||||||
|
|
||||||
###############################
|
###############################
|
||||||
# Exit with 1 if errors found #
|
# Exit with 1 if errors found #
|
||||||
###############################
|
###############################
|
||||||
|
@ -1792,6 +1785,13 @@ Footer()
|
||||||
echo "Exiting with errors found!"
|
echo "Exiting with errors found!"
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
|
#################
|
||||||
|
# Footer prints #
|
||||||
|
#################
|
||||||
|
echo ""
|
||||||
|
echo "All file(s) linted successfully with no errors detected"
|
||||||
|
echo "----------------------------------------------"
|
||||||
|
echo ""
|
||||||
# Successful exit
|
# Successful exit
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue