Skip to content

Commit

Permalink
Merge pull request #57 from jrfnl/feature/phpcs-tweaks
Browse files Browse the repository at this point in the history
PHPCS: various minor tweaks
  • Loading branch information
frenck committed Sep 9, 2018
2 parents 4259d3a + 0a16936 commit 4d6949d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Expand Up @@ -7,3 +7,4 @@
.github export-ignore

CONTRIBUTING.md export-ignore
phpcs.xml.dist export-ignore
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,2 +1,4 @@
vendor/
composer.lock
.phpcs.xml
phpcs.xml
2 changes: 2 additions & 0 deletions phpcs.xml.dist
Expand Up @@ -5,6 +5,8 @@
<arg name="extensions" value="php"/>
<!-- Show sniff codes in all reports, and progress when running -->
<arg value="sp"/>
<!-- Strip the filepaths down to the relevant bit. -->
<arg name="basepath" value="."/>

<file>.</file>
<exclude-pattern>*/.github/*</exclude-pattern>
Expand Down

0 comments on commit 4d6949d

Please sign in to comment.