Skip to content

Commit

Permalink
Add note regarding WordPress-VIP ruleset
Browse files Browse the repository at this point in the history
See #1309.
  • Loading branch information
GaryJones committed Jun 30, 2018
1 parent 13d2d82 commit a1739dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ You can use the following as standard names when invoking `phpcs` to select snif
- `WordPress-Docs` - additional ruleset for [WordPress inline documentation standards](https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/)
- `WordPress-Extra` - extended ruleset for recommended best practices, not sufficiently covered in the WordPress core coding standards
- includes `WordPress-Core`
- `WordPress-VIP` - extended ruleset for [WordPress.com VIP coding requirements](https://vip.wordpress.com/documentation/code-review-what-we-look-for/)
- includes `WordPress-Core`

**Note:** The `WordPress-VIP` ruleset, which includes `WordPress-Core`, is also currently present as a subset of `WordPress`. It was originally for [WordPress.com VIP coding requirements](https://vip.wordpress.com/documentation/code-review-what-we-look-for/). **This ruleset is deprecated, and will be removed soon.** See [#1309](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/1309) for more information.


### Using a custom ruleset

Expand Down

0 comments on commit a1739dd

Please sign in to comment.