Skip to content

Adjust checks for update mode#1288

Merged
davidperezgar merged 1 commit intotrunkfrom
1286-checks-updates
May 2, 2026
Merged

Adjust checks for update mode#1288
davidperezgar merged 1 commit intotrunkfrom
1286-checks-updates

Conversation

@ernilambar
Copy link
Copy Markdown
Member

Fixes #1286

Summary: In update mode only, two checks are relaxed; new mode behavior is unchanged.

Code

Check New mode Update mode
outdated_tested_upto_header ERROR, severity 7 WARNING, severity 5
plugin_header_nonexistent_domain_path Same as today (warning, severity 6) Not run (is_new_mode() gate)

Files: includes/Checker/Checks/Plugin_Repo/Plugin_Readme_Check.php, includes/Checker/Checks/Plugin_Repo/Plugin_Header_Fields_Check.php.

@ernilambar ernilambar force-pushed the 1286-checks-updates branch from d86a7e6 to 390919c Compare April 29, 2026 05:35
@ernilambar ernilambar marked this pull request as ready for review April 29, 2026 05:40
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 29, 2026

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: ernilambar <nilambar@git.wordpress.org>
Co-authored-by: davidperezgar <davidperez@git.wordpress.org>
Co-authored-by: frantorres <frantorres@git.wordpress.org>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@davidperezgar davidperezgar merged commit 0107eca into trunk May 2, 2026
28 checks passed
@davidperezgar davidperezgar deleted the 1286-checks-updates branch May 2, 2026 06:52
@davidperezgar davidperezgar added this to the 2.0.0 milestone May 2, 2026
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

Successfully merging this pull request may close these issues.

Move certain checks to update mode / clarify enforcement intent

3 participants