psalm-plugin-laravel/psalm.xml

34 lines
985 B
XML
Raw Normal View History

2019-02-19 00:40:57 +01:00
<?xml version="1.0"?>
<psalm
totallyTyped="false"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config"
errorBaseline="psalm-baseline.xml"
2019-02-19 00:40:57 +01:00
>
<projectFiles>
<directory name="src" />
<ignoreFiles>
<directory name="vendor" />
2021-06-22 01:45:30 +02:00
<directory name="cache" />
2020-04-12 00:30:37 +02:00
<directory name="src/Stubs" />
<directory name="tests" />
2019-02-19 00:40:57 +01:00
</ignoreFiles>
</projectFiles>
<issueHandlers>
<LessSpecificReturnType errorLevel="info" />
2020-10-19 18:12:59 +02:00
<PropertyNotSetInConstructor>
<errorLevel type="suppress">
<file name="src/FakeMetaCommand.php" />
<file name="src/FakeModelsCommand.php" />
</errorLevel>
</PropertyNotSetInConstructor>
2019-02-19 00:40:57 +01:00
</issueHandlers>
2021-06-22 01:45:30 +02:00
<stubs>
<file name="src/Stubs/LumenApplication.stubphp"/>
</stubs>
2019-02-19 00:40:57 +01:00
</psalm>