Skip to content

Commit

Permalink
updated: phpcs & phpstan config
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jul 3, 2018
1 parent d33d2a1 commit 599dee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<file>.</file>
<exclude-pattern>*/vendor/*</exclude-pattern>
<exclude-pattern>*.js</exclude-pattern>
<exclude-pattern>*/dist/*</exclude-pattern>
<exclude-pattern>*/build/*</exclude-pattern>
<exclude-pattern>*/node_modules/*</exclude-pattern>
<config name="installed_paths" value="../../slevomat/coding-standard"/>
Expand Down
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
parameters:
excludes_analyse:
- %rootDir%/../../../src/merge.php
- %rootDir%/../../../dist/*
- %rootDir%/../../../tmp/*
- %rootDir%/../../../build/*
- %rootDir%/../../../nodes_modules/*
Expand Down

0 comments on commit 599dee7

Please sign in to comment.