Skip to content

Commit

Permalink
Testing: Add missing whitelisted files
Browse files Browse the repository at this point in the history
Co-Authored-By: Sören Wrede <[email protected]>
  • Loading branch information
aduth and Soean committed Jul 29, 2019
1 parent fc7cc7f commit 6123772
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@
<arg value="ps"/>
<arg name="extensions" value="php"/>

<file>./bin</file>
<file>./gutenberg.php</file>
<file>./lib</file>
<file>./packages</file>
<file>./phpunit</file>
<file>./gutenberg.php</file>
<file>./post-content.php</file>

<!-- Exclude generated files -->
<exclude-pattern>./packages/block-serialization-spec-parser/parser.php</exclude-pattern>
Expand Down

0 comments on commit 6123772

Please sign in to comment.