You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently these sniffs in WordPress/Sniffs/VIP need to be migrated to other rulesets and deprecated:
SuperGlobalInputUsageSniff
SessionVariableUsageSniff
SessionFunctionsUsageSniff
RestrictedVariablesSniff
RestrictedFunctionsSniff
OrderByRandSniff
FileSystemWritesDisallowSniff
AdminBarRemovalSniff
The RestrictedFunctionsSniff seems an odd one out in that it's very VIP context specific, and references a lot of VIP functions unique to WordPress.com. It might be a candidate for deprecation without migration, or at the least behaviour modification
The text was updated successfully, but these errors were encountered:
@tomjn Note: most of these should not be migrated to other rulesets as they are too VIP specific. Most sniffs which should be migrated, have already been handled in #1157 / #1242.
order by rand might want to be included in the future as the problem isn't VIP specific, but it will need a non-VIP specific solution in the suggestion
Currently these sniffs in
WordPress/Sniffs/VIP
need to be migrated to other rulesets and deprecated:SuperGlobalInputUsageSniff
SessionVariableUsageSniff
SessionFunctionsUsageSniff
RestrictedVariablesSniff
RestrictedFunctionsSniff
OrderByRandSniff
FileSystemWritesDisallowSniff
AdminBarRemovalSniff
The
RestrictedFunctionsSniff
seems an odd one out in that it's very VIP context specific, and references a lot of VIP functions unique to WordPress.com. It might be a candidate for deprecation without migration, or at the least behaviour modificationThe text was updated successfully, but these errors were encountered: