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

github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-03-06 14:01:46 +0300
committernpmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>2021-03-06 14:20:44 +0300
commit8524f2cf24ca6d8e9e042f5919fe7ab4300bd608 (patch)
tree957dffb7c3e5a09e5f318a502e90d762fea31dad /psalm.xml
parentb05b2f865e717b406e9d8e605bba5358bbc4a9d2 (diff)
replace travis ci with more github ci
Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/psalm.xml b/psalm.xml
new file mode 100644
index 0000000..7ea81f6
--- /dev/null
+++ b/psalm.xml
@@ -0,0 +1,25 @@
+<?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"
+ phpVersion="7.3"
+>
+ <projectFiles>
+ <directory name="lib"/>
+ </projectFiles>
+ <extraFiles>
+ <directory name="vendor/christophwurst/nextcloud"/>
+ </extraFiles>
+ <stubs>
+ <file name="tests/stubs/stub.phpstub" preloadClasses="true"/>
+ </stubs>
+ <issueHandlers>
+ <UndefinedClass>
+ <errorLevel type="suppress">
+ <referencedClass name="OC" />
+ </errorLevel>
+ </UndefinedClass>
+ </issueHandlers>
+</psalm>