mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 01:13:41 +08:00
c5bfdbb653
Signed-off-by: Simon L <szaimen@e.mail.de>
17 lines
462 B
XML
17 lines
462 B
XML
<?xml version="1.0"?>
|
|
<psalm
|
|
errorLevel="2"
|
|
resolveFromConfigFile="true"
|
|
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"
|
|
findUnusedBaselineEntry="true"
|
|
findUnusedCode="false"
|
|
>
|
|
<projectFiles>
|
|
<directory name="templates"/>
|
|
<directory name="src"/>
|
|
<file name="public/index.php"/>
|
|
</projectFiles>
|
|
</psalm>
|