Skip to content

Commit 19c6afe

Browse files
authored
Adding a setup note
Allows multi-standard setup.
1 parent 1d17e45 commit 19c6afe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@ The ruleset takes advantage of existing rules in the [WordPress-Coding-Standards
99

1010
Please refer to the [installation instructions of WordPress Coding Standards for PHP_CodeSniffer project](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards#installation).
1111

12+
# Setup note
13+
14+
Should you wish to run both standards (WordPress.com VIP minimum standard & WordPress.com VIP coding standard), you can add both to PHPCS by running the following configuration command:
15+
16+
`phpcs --config-set installed_paths [/path/to/standard],[path/to/standard]`
17+
18+
(note the comma separating each standard)

0 commit comments

Comments
 (0)