Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Build and test / requirements (push) Failing after 3m48s
27 lines
842 B
XML
27 lines
842 B
XML
<?xml version="1.0"?>
|
|
<psalm
|
|
errorLevel="1"
|
|
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="false"
|
|
strictBinaryOperands="true"
|
|
checkForThrowsInGlobalScope="true"
|
|
ignoreInternalFunctionFalseReturn="false"
|
|
ignoreInternalFunctionNullReturn ="false"
|
|
findUnusedVariablesAndParams="true"
|
|
findUnusedPsalmSuppress="true"
|
|
restrictReturnTypes="true"
|
|
>
|
|
<projectFiles>
|
|
<directory name="src/" />
|
|
<file name="backup" />
|
|
<directory name="tests" />
|
|
<ignoreFiles>
|
|
<directory name="vendor" />
|
|
</ignoreFiles>
|
|
</projectFiles>
|
|
</psalm>
|