-
Notifications
You must be signed in to change notification settings - Fork 99
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 Wordpress-VIP-Go standards to project #471
Comments
Agreed. We'll add this. |
Glad to hear! |
Opened PR to do so: #476. |
@westonruter Thanks again for making these upgrades! Just following up as to when you are considering a new release of the plugin that includes these changes. |
The release is overdue. I haven't prioritized it due to other priorities and because there hasn't been much clamoring for a new release. I do want to have the new release out before the holidays. |
Awesome thanks for the update! I think once the plugin meets WP VIP standards it will open the door for greater adoption by WP VIP clients |
Hi All,
I want to suggest that we incorporate the Worpdress-VIP-Go coding standards to this project. Wordpress VIP is a hosting solution provided by Wordpress for enterprise clients. In order to use this plugin on Wordpress VIP websites the plugin code must first pass the Wordpress-VIP-Go standards, which include some additional guidelines to improve security and performance. : https://github.com/Automattic/VIP-Coding-Standards
Here are the errors and warning I found when I ran this against the Wordpress-VIP-Go standards. This plugin is well coded so there are not that many issues flagged. Some of these, like the
wpcom_vip_file_get_contents
we can add a comment for the linter to ignore.Happy to submit a PR for this.
The text was updated successfully, but these errors were encountered: