Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-12-29 17:27:39 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-12-29 17:27:39 +0300
commit21506c39f865b1fb3ac8315d9a2926d28244557e (patch)
tree9aa6a83854ed7842cbfbb0f1da13901801a5be4e /psalm.xml
parentedbd604ebc0094f48ab735da3e449625f8f6cfd9 (diff)
Add psalm
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/psalm.xml b/psalm.xml
new file mode 100644
index 000000000..3cda83ef2
--- /dev/null
+++ b/psalm.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<psalm
+ errorLevel="4"
+ 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"
+ errorBaseline="tests/psalm-baseline.xml"
+>
+ <projectFiles>
+ <directory name="lib" />
+ </projectFiles>
+ <extraFiles>
+ <directory name="vendor" />
+ </extraFiles>
+</psalm>