plugin-check
plugin-check copied to clipboard
A repository for the new Plugin Check plugin from the WordPress Performance team
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...
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....
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...
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...
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...
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...
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...
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...