Remove comments
This commit is contained in:
parent
bedb424fc7
commit
85f491514f
|
@ -33,10 +33,6 @@ namcapAnalysis() {
|
|||
if [ -f "$pkgFile" ]; then
|
||||
relPkgFile="$(realpath --relative-base="$baseDir" "$pkgFile")"
|
||||
mapfile -t warnings < <(namcap "$pkgFile")
|
||||
# [ ${#warnings[@]} -eq 0 ] && return
|
||||
# for warning in "${warnings[@]}"; do
|
||||
# echo "::warning::$relPkgFile:$warning"
|
||||
# done
|
||||
printWarnings "$relPkgFile"
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue