Skip to content

Commit

Permalink
refactor: Updated static analysis tools configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarlepp committed Jul 15, 2019
1 parent dda40af commit 4ae7f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpinsights.php
Expand Up @@ -41,7 +41,7 @@
'translations',
'var',
'vendor',
'vendor-bin',
'tools',
],
'add' => [
// ExampleMetric::class => [
Expand Down
2 changes: 1 addition & 1 deletion psalm.xml
Expand Up @@ -4,7 +4,7 @@
allowPhpStormGenerics="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config file://./vendor-bin/psalm/vendor/vimeo/psalm/config.xsd"
xsi:schemaLocation="https://getpsalm.org/schema/config file://./tools/psalm/vendor/vimeo/psalm/config.xsd"
>
<projectFiles>
<directory name="src/" />
Expand Down

0 comments on commit 4ae7f19

Please sign in to comment.