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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-02-26 14:13:39 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-02-26 16:10:51 +0300
commitac4a7ba08ff372e858fe6f7aa09c6f50bf2c02ea (patch)
tree7fa8762f59e2788a8b7c6733569993b72e62f2ce /psalm.xml
parentd8df9a9cf01edfc16103ffba4ff1fa5067ed0c4e (diff)
Add psalm and apply auto fixes
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/psalm.xml b/psalm.xml
new file mode 100644
index 000000000..215420745
--- /dev/null
+++ b/psalm.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<psalm
+ totallyTyped="true"
+ errorLevel="1"
+ 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="lib" />
+ <ignoreFiles>
+ <directory name="vendor" />
+ </ignoreFiles>
+ </projectFiles>
+</psalm>