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.
2 parents 3ff30e8 + 40bbd33 commit 221b22bCopy full SHA for 221b22b
psalm.xml
src/Template/psalm.xml
@@ -0,0 +1,19 @@
1
+<?xml version="1.0"?>
2
+<psalm
3
+ errorLevel="7"
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
+ autoloader="psalm_autoload.php"
9
+ cacheDirectory="build/psalm/"
10
+>
11
+ <projectFiles>
12
+ <directory name="app/" />
13
+ <directory name="tests/" />
14
+ <ignoreFiles>
15
+ <directory name="vendor" />
16
+ <directory name="app/Views" />
17
+ </ignoreFiles>
18
+ </projectFiles>
19
+</psalm>
0 commit comments