We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6060fe5 + d6fe1d4 commit 18d3a4cCopy full SHA for 18d3a4c
1 file changed
.github/CONTRIBUTING.md
@@ -29,6 +29,34 @@ Sniff name starts with | Report to
29
30
----
31
32
+## Getting the source files
33
+
34
+```sh
35
+git clone git@github.com:Automattic/VIP-Coding-Standards.git vipcs
36
+```
37
38
+...or:
39
40
41
+gh repo clone Automattic/VIP-Coding-Standards vipcs
42
43
44
+Now `cd vipcs` and run:
45
46
47
+composer install --ignore-platform-req=php+
48
49
50
+The platform requirements for higher versions of PHP are ignored so that the correct version of PHPUnit (7.x needed by PHPCS) is installed.
51
52
+You can now run:
53
54
55
+composer check
56
57
58
+... and all checks should pass.
59
60
## tl;dr Composer Scripts
61
62
This package contains Composer scripts to quickly run the developer checks which are described (with setups) further below.
0 commit comments