2023-05-31 09:00:20 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<psalm
|
2023-07-06 06:41:05 +00:00
|
|
|
errorLevel="1"
|
2023-05-31 09:00:20 +00:00
|
|
|
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"
|
2023-06-08 12:44:59 +00:00
|
|
|
findUnusedCode="true"
|
2023-05-31 09:00:20 +00:00
|
|
|
>
|
|
|
|
<projectFiles>
|
|
|
|
<directory name="src/" />
|
|
|
|
<file name="backup" />
|
|
|
|
<ignoreFiles>
|
|
|
|
<directory name="vendor" />
|
|
|
|
</ignoreFiles>
|
|
|
|
</projectFiles>
|
|
|
|
</psalm>
|