psalm-plugin-symfony/psalm.xml
Matthew Brown fcc034ee13
Merge pull request #16 from bendavies/github-actions-psalm-cache
cache psalm cache in ci to allow --diff --diff-methods
2020-04-19 22:49:26 -04:00

21 lines
544 B
XML

<?xml version="1.0"?>
<psalm
totallyTyped="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"
cacheDirectory=".build/psalm"
>
<projectFiles>
<directory name="src" />
<ignoreFiles>
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
<plugins>
<pluginClass class="Psalm\SymfonyPsalmPlugin\Plugin"/>
</plugins>
</psalm>