Skip to content

Instantly share code, notes, and snippets.

@lkraav
Created September 23, 2020 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lkraav/7a8498af008888cd6e3a26f8a5342a04 to your computer and use it in GitHub Desktop.
Save lkraav/7a8498af008888cd6e3a26f8a5342a04 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<psalm
errorLevel="1"
reportMixedIssues="false"
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment