https://github.com/xwp/code-review-tools
https://github.com/xwp/code-review-tools
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xwp/code-review-tools
- Owner: xwp
- Created: 2016-06-02T04:32:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-01T04:07:29.000Z (over 9 years ago)
- Last Synced: 2025-04-12T15:08:13.034Z (9 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.