Skip to content

Commit

Permalink
Fixed #3366: Exclude ACSF files from code sniffing. (#3419)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Mar 6, 2019
1 parent ac5cf85 commit 611a755
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions template/phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@
<exclude-pattern>*/behat</exclude-pattern>
<exclude-pattern>*/node_modules</exclude-pattern>
<exclude-pattern>*/vendor</exclude-pattern>
<!-- Exclude files provided by ACSF that fail code sniffing. -->
<exclude-pattern>factory-hooks</exclude-pattern>
<exclude-pattern>hooks</exclude-pattern>
<exclude-pattern>docroot/sites/g</exclude-pattern>

</ruleset>

0 comments on commit 611a755

Please sign in to comment.