You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.6 KiB
47 lines
1.6 KiB
<?xml version="1.0"?> |
|
<psalm |
|
errorLevel="4" |
|
findUnusedVariablesAndParams="true" |
|
resolveFromConfigFile="true" |
|
useDocblockPropertyTypes="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" |
|
errorBaseline="psalm-baseline.xml" |
|
> |
|
<projectFiles> |
|
<directory name="src"/> |
|
<ignoreFiles> |
|
<directory name="vendor" /> |
|
</ignoreFiles> |
|
</projectFiles> |
|
|
|
<issueHandlers> |
|
<UndefinedInterfaceMethod> |
|
<errorLevel type="suppress"> |
|
<file name="src/Solutions/SolutionTransformer.php" /> |
|
</errorLevel> |
|
</UndefinedInterfaceMethod> |
|
<ForbiddenCode> |
|
<errorLevel type="suppress"> |
|
<file name="src/SolutionProviders/MergeConflictSolutionProvider.php" /> |
|
</errorLevel> |
|
</ForbiddenCode> |
|
<InvalidCast> |
|
<errorLevel type="suppress"> |
|
<file name="src/DumpRecorder/DumpRecorder.php" /> |
|
</errorLevel> |
|
</InvalidCast> |
|
<UndefinedClass> |
|
<errorLevel type="suppress"> |
|
<file name="src/ErrorPage/ErrorPageViewModel.php" /> |
|
<file name="src/ErrorPage/IgnitionExceptionRenderer.php" /> |
|
<file name="src/IgnitionServiceProvider.php" /> |
|
</errorLevel> |
|
</UndefinedClass> |
|
</issueHandlers> |
|
|
|
<plugins> |
|
<pluginClass class="Psalm\LaravelPlugin\Plugin"/> |
|
</plugins> |
|
</psalm>
|
|
|