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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,8 @@ You can use the following as standard names when invoking `phpcs` to select snif
127
127
-`WordPress-Extra` - extended ruleset with recommended best practices, not sufficiently covered in the WordPress core coding standards
128
128
- includes `WordPress-Core`
129
129
130
+
__Note:__ The `WordPress` standard includes some additional checks that are not included in any of the subsets, so running `WordPress-Core` + `WordPress-Docs` + `WordPress-Extra` subsets on their own will miss some checks that would be performed by running `WordPress`.
131
+
130
132
### Using a custom ruleset
131
133
132
134
If you need to further customize the selection of sniffs for your project - you can create a custom ruleset file.
0 commit comments