Skip to content

Commit

Permalink
Build Tools: Exclude build files from PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Jan 28, 2019
1 parent 411021f commit 5b5c05c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<!-- Exclude generated files -->
<exclude-pattern>./languages/gutenberg-translations.php</exclude-pattern>
<exclude-pattern>./packages/block-serialization-spec-parser/parser.php</exclude-pattern>
<exclude-pattern>./build</exclude-pattern>

<rule ref="PHPCompatibility.PHP.NewKeywords.t_namespaceFound">
<exclude-pattern>lib/class-wp-rest-block-renderer-controller.php</exclude-pattern>
Expand Down

0 comments on commit 5b5c05c

Please sign in to comment.