We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 843af79 + c64d6a7 commit 475870eCopy full SHA for 475870e
.gitignore
@@ -4,3 +4,4 @@ composer.lock
4
phpcs.xml
5
.phpcs.xml
6
phpunit.xml
7
+phpcs.cache
.phpcs.xml.dist
@@ -13,6 +13,9 @@
13
<arg name="extensions" value="php"/>
14
<arg name="parallel" value="50"/>
15
16
+ <!-- Cache the results between runs. -->
17
+ <arg name="cache" value="./phpcs.cache"/>
18
+
19
<rule ref="WordPress-Extra">
20
<exclude name="WordPress.Files.FileName"/>
21
<exclude name="WordPress.NamingConventions.ValidVariableName"/>
0 commit comments