Remove comments

This commit is contained in:
Santiago Lo Coco 2022-02-28 23:45:02 -03:00
parent bedb424fc7
commit 85f491514f
1 changed files with 0 additions and 4 deletions

View File

@ -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
}