We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c7b37 commit 666e934Copy full SHA for 666e934
1 file changed
psalm.xml
@@ -0,0 +1,15 @@
1
+<?xml version="1.0"?>
2
+<psalm
3
+ totallyTyped="false"
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xmlns="https://getpsalm.org/schema/config"
6
+ xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
7
+>
8
+ <projectFiles>
9
+ <directory name="src" />
10
+ <ignoreFiles>
11
+ <directory name="vendor" />
12
+ </ignoreFiles>
13
+ </projectFiles>
14
+
15
+</psalm>
0 commit comments