plugin-check icon indicating copy to clipboard operation
plugin-check copied to clipboard

A repository for the new Plugin Check plugin from the WordPress Performance team

Results 172 plugin-check issues
Sort by recently updated
recently updated
newest added

Per https://meta.trac.wordpress.org/ticket/5868 Using `WP ...` as the plugin name is allowed, but the trademark checks on WordPress.org block it preemptively. Prefixes such as `"WP .."` and `"WC ..."` should not...

[Type] Enhancement

Moving checks into separate folders per category makes it easy to set up code owners. Feel free to submit suggestions to the CODEOWNERS file if you like to be included/excluded....

Infrastructure

Each check should have a short description that can be displayed in the admin / CLI, and a link to a web page with a more detailed documentation, which can...

[Type] Documentation

In this issue, I'd like for us to brainstorm and discuss a bit on how we would like this plugin to evolve in the future, in particular regarding additional checks...

Needs Discussion
[Type] Documentation

I've heard from some users that error messages they get from Plugin Check are not always very useful and lack further explanation. I think it would be helpful to point...

[Type] Documentation

Right now the following performance-related checks or enhancements are proposed: * #19 * #23 * #74 * #28 * #467 Ideally we'd have many more of those, so I am...

Checks
[Type] Overview
[Team] Performance

We're currently already group / separate the check results by filename. I suggest have only 1 table per filename and appending new findings to a filename table if it already...

[Type] Enhancement
WP Admin

With this new check solves the issue #436 with this checks: - Verify that Readme has GPL license. - Verify that Plugin header has GPL license. - Verify that is...

Fix partially https://github.com/WordPress/plugin-check/issues/388 * `--exclude-files` argument added in `plugin check` command * Filter `wp_plugin_check_ignore_files` added for ignoring files * Added Behat tests and unit tests

We need a way to output a simplified version of the table of checks, by passing a couple of params so we can hook into the WP.org output with an...

[Type] Enhancement
[Team] Plugin Review