mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 23:51:07 -05:00
adding lind command output to success (#2399)
This commit is contained in:
parent
d92f3364de
commit
28de408b0e
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ function LintCodebase() {
|
||||||
# Success #
|
# Success #
|
||||||
###########
|
###########
|
||||||
info " - File:${F[W]}[${FILE_NAME}]${F[B]} was linted with ${F[W]}[${LINTER_NAME}]${F[B]} successfully"
|
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
|
fi
|
||||||
else
|
else
|
||||||
#######################################
|
#######################################
|
||||||
|
|
Loading…
Reference in a new issue