Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove all use of the word 'error' in these comments #75

Open
brendanheywood opened this issue Aug 5, 2022 · 0 comments
Open

remove all use of the word 'error' in these comments #75

brendanheywood opened this issue Aug 5, 2022 · 0 comments

Comments

@brendanheywood
Copy link
Contributor

haserrors=$?
# No errors? Print and return.
if [[ $haserrors -eq 0 ]]; then
echo "phpdoc checks - OK"
exit 0
fi
# Skip incorrect errors/warnings and retain the relevant lines.

Just reword it so that you don't get false positives when searching for error in ci logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant