wiki-grav/plugins/shortcode-core/vendor/thunderer/shortcode/psalm.xml
2023-06-02 08:07:58 +02:00

20 lines
552 B
XML

<?xml version="1.0"?>
<psalm
totallyTyped="true"
findUnusedCode="false"
findUnusedVariablesAndParams="true"
findUnusedPsalmSuppress="true"
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">
<projectFiles>
<directory name="src" />
<ignoreFiles>
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
</psalm>