You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,10 +95,13 @@ The project encompasses a super–set of the sniffs that the WordPress community
95
95
96
96
You can use the following as standard names when invoking `phpcs` to select sniffs, fitting your needs:
97
97
98
-
-`WordPress` — all of the sniffs in the project.
99
-
-`WordPress-Core` — sniffs that seek to implement the [WordPress core coding standards](http://make.wordpress.org/core/handbook/coding-standards/) and go no further.
100
-
-`WordPress-Extra` — `WordPress-Core` plus extra best practices sniffs, which are not part of core coding standards and could be controversial.
101
-
-`WordPress-VIP` — `WordPress-Core` plus sniffs that seek to implement the [WordPress VIP coding requirements](http://vip.wordpress.com/documentation/code-review-what-we-look-for/).
98
+
-`WordPress` — complete set with all of the sniffs in the project
99
+
-`WordPress-Core` — main ruleset for [WordPress core coding standards](http://make.wordpress.org/core/handbook/coding-standards/)
100
+
-`WordPress-Docs` — additional ruleset for inline documentation
101
+
-`WordPress-Extra` — extended ruleset for optional best practices sniffs
102
+
- includes `WordPress-Core`
103
+
-`WordPress-VIP` — extended ruleset for [WordPress VIP coding requirements](http://vip.wordpress.com/documentation/code-review-what-we-look-for/)
0 commit comments