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 0fc4a2a commit 653adc9Copy full SHA for 653adc9
psalm.xml.dist
@@ -0,0 +1,14 @@
1
+<?xml version="1.0"?>
2
+<psalm
3
+ errorLevel="3"
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
+</psalm>
0 commit comments