forked from danielstjules/Stringy
-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpsalm.xml
More file actions
15 lines (14 loc) · 418 Bytes
/
Copy pathpsalm.xml
File metadata and controls
15 lines (14 loc) · 418 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<psalm
totallyTyped="false"
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>