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

Add Plugin Check workflow #20809

Open
adamsilverstein opened this issue Oct 30, 2023 · 0 comments · May be fixed by #20808
Open

Add Plugin Check workflow #20809

adamsilverstein opened this issue Oct 30, 2023 · 0 comments · May be fixed by #20808

Comments

@adamsilverstein
Copy link
Contributor

Description

Plugin Check is a plugin checking tool developed by the WordPress core team (see original proposal). This tool is used as part of the plugin review process and will help ensure this plugin’s codebase remains up-to-date with the base required standards from the Plugin Review team. The tool includes both static and runtime checks and an ever-growing list of checks for various plugin development requirements and best practices.

Details

The plugin check can be run automatically using a GitHub action and the results of the Plugin Check analysis will be added in the form of annotations on new pull requests.
Specific groups of checks can be enabled or disabled using the checks attribute. For an initial implementation, I suggest enabling all checks. As the Plugin Check grows to include more tests, the list run in the automated action can be trimmed to whatever is preferred here.

Pull request

I have prepped this PR for your review - #20808

@adamsilverstein adamsilverstein linked a pull request Nov 15, 2023 that will close this issue
18 tasks
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 a pull request may close this issue.

1 participant