adding lind command output to success (#2399)

This commit is contained in:
Lukas Gravley 2022-01-27 17:28:11 -06:00 committed by GitHub
parent d92f3364de
commit 28de408b0e
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -309,6 +309,7 @@ function LintCodebase() {
# Success #
###########
info " - File:${F[W]}[${FILE_NAME}]${F[B]} was linted with ${F[W]}[${LINTER_NAME}]${F[B]} successfully"
info " - Command output:${NC}\n------\n${LINT_CMD}\n------"
fi
else
#######################################