]> jfr.im git - uguu.git/commitdiff
Create psalm.xml v.1.6.0
authorGo Johansson (neku) <redacted>
Fri, 22 Jul 2022 05:03:30 +0000 (07:03 +0200)
committerGo Johansson (neku) <redacted>
Fri, 22 Jul 2022 05:03:30 +0000 (07:03 +0200)
psalm.xml [new file with mode: 0644]

diff --git a/psalm.xml b/psalm.xml
new file mode 100644 (file)
index 0000000..880bc43
--- /dev/null
+++ b/psalm.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<psalm
+    errorLevel="3"
+    resolveFromConfigFile="true"
+    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="." />
+        <ignoreFiles>
+            <directory name="vendor" />
+        </ignoreFiles>
+    </projectFiles>
+</psalm>