vip-scanner icon indicating copy to clipboard operation
vip-scanner copied to clipboard

Deprecated: Scan all sorts of themes and files and things! Use PHPCS and the VIP coding standards instead

Results 103 vip-scanner issues
Sort by recently updated
recently updated
newest added

Since VIP Init (`vip-init.php`) is only required for sites on WordPress.com VIP, [the language in the error](https://github.com/Automattic/vip-scanner/blob/f222eaec002db050864dd7e0a3b7e7d7ac2eff44/vip-scanner/checks/VIPInitCheck.php#L26) should be more specific to that fact.

I'm having an issue where the vip-scanner would hang on me when php code sniffer is installed with the [wordpress coding standards](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards) I run the following command wp vip-scanner --summary...

Hi, I have copied this to the plugin folder, also I have copied the vendor folder with the parser to the vip-scaner folder, but it is not loading, when I...

Hey guys, I searched high and low, contacted folks and still don't know why this error shows, or how to fix it. ``` Fatal error: Cannot instantiate interface PhpParser\Parser in...

If creating an alternate theme directory for the active theme (using [register_theme_directory](https://codex.wordpress.org/Function_Reference/register_theme_directory)), then the scanner will not find it.

There is a long list of [incompatible changes in PHP 7](http://php.net/manual/en/migration70.incompatible.php), including several functions and extensions that have been removed entirely. The VIP scanner should check for these and scream...

Warn for uses of unescaped localisations such as `__()` which should really be `esc_html__()` instead. See https://codex.wordpress.org/L10n

enhancement

The first checks if output of the __( ), _x( ), _n( ), _nx( ) functions is being printed directly, via echo( ), print( ) or vprintf( ) -- care...

Many errors presented by the scanner don't even show the filename where the flagged code is, even if there is only one instance of the error. This makes it unnecessarily...

bug

Hi - the theme scanner does not include the_comments_navigation in the comments navigation checks so there's a blocking error when it's used.