Actions
Bug #21616
openReview RequirePrimaryKeySniff errors
Start date:
2024-12-06
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
While working on #21381, I seemed to have accidentally fixed an issue in which PHPCS was not scanning or reporting all issues. I believe it was related to some of the re-ordering and removal of rules via https://github.com/cuny-academic-commons/cac/commit/f1330ec5537aabd4e47d5f428eb7b8accbb004c0
Now that the dust has settled, there are RequirePrimaryKeySniff errors in the following files, which I've temporarily excluded in the PHPCS config:
'plugins/acf-views/prefixed_vendors/vendor/lightsource/acf-groups/src/GroupInfo.php', // Review. 'plugins/better-search/includes/admin/class-activator.php', // Review. 'plugins/chatbot/includes/class-wpwbot-cache.php', // Review. 'plugins/chatbot/includes/class-wpwbot-table.php', // Review. 'plugins/elementor-pro/core/database/base-migration.php', // Review. 'plugins/events-manager/em-install.php', // Review. 'plugins/peters-custom-anti-spam-image/custom_anti_spam.php', // Review. 'plugins/simply-static/src/models/class-ss-model.php', // Review
Actions