mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
adding debug
This commit is contained in:
parent
fd0693c998
commit
5d279e62db
1 changed files with 2 additions and 0 deletions
|
@ -1551,6 +1551,7 @@ TestCodebase()
|
||||||
#########
|
#########
|
||||||
echo "ERROR! Found errors in [$LINTER_NAME] linter!"
|
echo "ERROR! Found errors in [$LINTER_NAME] linter!"
|
||||||
echo "ERROR:[$LINT_CMD]"
|
echo "ERROR:[$LINT_CMD]"
|
||||||
|
echo "ERROR: Linter CMD:[$LINTER_COMMAND $FILE]"
|
||||||
# Increment the error count
|
# Increment the error count
|
||||||
(("ERRORS_FOUND_$FILE_TYPE++"))
|
(("ERRORS_FOUND_$FILE_TYPE++"))
|
||||||
else
|
else
|
||||||
|
@ -1573,6 +1574,7 @@ TestCodebase()
|
||||||
echo "ERROR! Found errors in [$LINTER_NAME] linter!"
|
echo "ERROR! Found errors in [$LINTER_NAME] linter!"
|
||||||
echo "ERROR! This file should have failed test case!"
|
echo "ERROR! This file should have failed test case!"
|
||||||
echo "ERROR:[$LINT_CMD]"
|
echo "ERROR:[$LINT_CMD]"
|
||||||
|
echo "ERROR: Linter CMD:[$LINTER_COMMAND $FILE]"
|
||||||
# Increment the error count
|
# Increment the error count
|
||||||
(("ERRORS_FOUND_$FILE_TYPE++"))
|
(("ERRORS_FOUND_$FILE_TYPE++"))
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue