-
Notifications
You must be signed in to change notification settings - Fork 40
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
Update output when dbDelta is found in the codebase #479
Comments
@BrookeDot Did you fancy doing a PR that changes this (in the the |
Happy to submit a PR for the text change, but before I do I think we need to have a few more internal discussions around what the expectations should be for dbDelta on VIP Go. |
After some internal discussion, it might be good to rid this warning because the usefulness of it is marginal on VIP Go. |
This removes the dbDelta message which previously stated to contact WordPress.com VIP support for review. Fixes #479.
Opened a PR ( #692) to remove the rule. |
What problem would the enhancement address for VIP?
When a codebase is scanned and
dbDelta
is found the following error is output:https://github.com/Automattic/VIP-Coding-Standards/blob/master/WordPressVIPMinimum/Sniffs/Functions/RestrictedFunctionsSniff.php#L94
While this was previously true on WordPress.com we no longer require the VIP team to approve all database changes at every code review level.
Describe the solution you'd like
As this can still cause performance problems, we should continue to flag this as a possible issue. However, instead of stating that the VIP team needs to approve the change, we could link to documentation of some things to check or other helpful tips.
The text was updated successfully, but these errors were encountered: