Automattic / vip-scanner

Deprecated: Scan all sorts of themes and files and things! Use PHPCS and the VIP coding standards instead
https://automattic.com
140 stars 51 forks source link

Deal with unused checks #214

Open ockham opened 10 years ago

ockham commented 10 years ago

In vip-scanner/config-vip-scanner.php, we are invoking 41 unique tests (43 lines with a string ending in Check, WhitespaceCheck commented out, VCMergeConflictCheck used by both the WP.com and the VIP theme review).

The vip-scanner/checks dir, however, holds 68 files. Unless I've overlooked some other kind of check invoking magic, this leaves us with 27 unused checks. We should either use them, or dispose of them.

Here's the list:

fklein-lu commented 9 years ago

Added the refactored DateTimeCheck to the WP.com Theme Review Type in 78d07554.