mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
Scripts: a bit noisy, we just want the gory details now
This commit is contained in:
parent
b2a6288437
commit
f5e0735d94
@ -63,7 +63,8 @@ grep -Eor '^function &?[^( ]+' ${TESTDIR} | tr ':' ' ' | tr -d '&' | while read
|
||||
echo "${FUNC}() appears unused" ${NOTE}
|
||||
elif [ ${USED} -eq 2 ]; then
|
||||
# XXX if a match happens in the same file it's probably already considered ;)
|
||||
echo "${FUNC}() only used once, consider refactor"
|
||||
#echo "${FUNC}() only used once, consider refactor"
|
||||
:
|
||||
else
|
||||
USED=$((USED - 1))
|
||||
#echo "${FUNC}() used ${USED} times"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user