Skip to content

Commit

Permalink
Add default command line args to rulset for -s and --extensions=php
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter authored and nylen committed Jun 5, 2017
1 parent 7db42e4 commit f071756
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

<file>gutenberg.php</file>
<file>./phpunit</file>
<arg value="s"/>
<arg name="extensions" value="php"/>

<!-- The plugin entry point already has a file comment, I promise -->
<rule ref="Squiz.Commenting.FileComment.Missing">
Expand Down

0 comments on commit f071756

Please sign in to comment.