Initial work with Psalm reporting
This commit is contained in:
parent
1ac8e27157
commit
3a681c0a44
9 changed files with 224 additions and 38 deletions
19
psalm.xml
19
psalm.xml
|
@ -1,23 +1,18 @@
|
|||
<?xml version="1.0"?>
|
||||
<psalm
|
||||
errorLevel="7"
|
||||
resolveFromConfigFile="true"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns="https://getpsalm.org/schema/config"
|
||||
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
|
||||
findUnusedBaselineEntry="true"
|
||||
findUnusedCode="true"
|
||||
>
|
||||
<projectFiles>
|
||||
<directory name="app" />
|
||||
<directory name="app"/>
|
||||
<directory name="database/factories"/>
|
||||
<directory name="database/seeders"/>
|
||||
<ignoreFiles>
|
||||
<directory name="vendor" />
|
||||
<directory name="vendor"/>
|
||||
</ignoreFiles>
|
||||
</projectFiles>
|
||||
|
||||
<issueHandlers>
|
||||
<InvalidStaticInvocation>
|
||||
<errorLevel type="suppress">
|
||||
<file name="app/Providers/RouteServiceProvider.php" />
|
||||
</errorLevel>
|
||||
</InvalidStaticInvocation>
|
||||
</issueHandlers>
|
||||
</psalm>
|
||||
<plugins><pluginClass class="Psalm\LaravelPlugin\Plugin"/></plugins></psalm>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue