An open API service indexing awesome lists of open source software.

https://github.com/xwp/code-review-tools


https://github.com/xwp/code-review-tools

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

code-review-tools
==========

**Common tools to facilitate the code review of WordPress themes and plugins**

### xwp_audit

Runs an automated code review on a plugin or theme using the WordPress VIP Coding Standards, and gives a 5 star rating based on the result.

Requires [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer), with [WordPress Coding Standards](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards) rules.

Usage: `xwp_audit /path/to/plugin/directory/`

Copy to `/usr/local/bin/` for quick access.