We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just made use of one of you improvement for v1.1.1:
ignore-warnings: 'PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage,WordPress.PHP.DevelopmentFunctions.error_log_wp_debug_backtrace_summary'
But it still throw warning:
https://github.com/jcvignoli/lumiere-movies/actions/runs/13115643339
The full workflow is as follows: https://github.com/jcvignoli/lumiere-movies/blob/master/.github/workflows/wp-check.yml
the same happens should I use exclude-checks
exclude-checks
The text was updated successfully, but these errors were encountered:
ignore-warnings is a boolean to say whether to ignore warnings reported by Plugin Check.
ignore-warnings
What's new in 1.1.1 and what you are looking for is ignore-codes, which takes a list of error codes to ignore.
ignore-codes
Sorry, something went wrong.
thanks, I misread the docs.
No branches or pull requests
I just made use of one of you improvement for v1.1.1:
ignore-warnings: 'PluginCheck.CodeAnalysis.ImageFunctions.NonEnqueuedImage,WordPress.PHP.DevelopmentFunctions.error_log_wp_debug_backtrace_summary'
But it still throw warning:
https://github.com/jcvignoli/lumiere-movies/actions/runs/13115643339
The full workflow is as follows:
https://github.com/jcvignoli/lumiere-movies/blob/master/.github/workflows/wp-check.yml
the same happens should I use
exclude-checks
The text was updated successfully, but these errors were encountered: