echo-e"${YELLOW}[Warning]:${NC}${CYAN}$NOT_FOUND_COUNT${NC} TODOs referred to issues that were not found."
fi
if[[$MISMATCH_COUNT-gt 0 ]];then
fi
if[[$MISMATCH_COUNT-gt 0 ]];then
echo-e"${YELLOW}[Warning]:${NC}${CYAN}$MISMATCH_COUNT${NC} TODOs did not match the expected pattern. Run with ${RED}\`--verbose\`${NC} to show details."
fi
if[[$OPEN_COUNT-gt 0 ]];then
fi
if[[$OPEN_COUNT-gt 0 ]];then
echo-e"${GREEN}[Info]:${NC}${CYAN}$OPEN_COUNT${NC} TODOs refer to issues that are still open."