We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfc597 commit 0fa36c1Copy full SHA for 0fa36c1
psalm.xml
@@ -0,0 +1,15 @@
1
+<?xml version="1.0"?>
2
+<psalm
3
+ errorLevel="6"
4
+ resolveFromConfigFile="true"
5
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6
+ xmlns="https://getpsalm.org/schema/config"
7
+ xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
8
+>
9
+ <projectFiles>
10
+ <directory name="src" />
11
+ <ignoreFiles>
12
+ <directory name="vendor" />
13
+ </ignoreFiles>
14
+ </projectFiles>
15
+</psalm>
0 commit comments